hasAudio property

bool get hasAudio

Indicates whether this OngoingCall has an active microphone track.

Implementation

bool get hasAudio => _hasTracks(MediaKind.audio, MediaSourceKind.device);