hasScreen property

bool get hasScreen

Indicates whether this OngoingCall has an active screen track.

Implementation

bool get hasScreen => _hasTracks(MediaKind.video, MediaSourceKind.display);