hasCamera property

bool get hasCamera

Indicates whether this OngoingCall has an active camera track.

Implementation

bool get hasCamera => _hasTracks(MediaKind.video, MediaSourceKind.device);