hasScreen property
Indicates whether this OngoingCall has an active screen track.
Implementation
bool get hasScreen => _hasTracks(MediaKind.video, MediaSourceKind.display);
Indicates whether this OngoingCall has an active screen track.
bool get hasScreen => _hasTracks(MediaKind.video, MediaSourceKind.display);