hasScreenAudio property

bool get hasScreenAudio

Indicates whether this OngoingCall has an active screen audio track.

Implementation

bool get hasScreenAudio =>
    _hasTracks(MediaKind.audio, MediaSourceKind.display);