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