hasCamera property
Indicates whether this OngoingCall has an active camera track.
Implementation
bool get hasCamera => _hasTracks(MediaKind.video, MediaSourceKind.device);
Indicates whether this OngoingCall has an active camera track.
bool get hasCamera => _hasTracks(MediaKind.video, MediaSourceKind.device);