isCameraEnabled method
Convenience property to check whether TrackSource.camera is published or not.
Implementation
bool isCameraEnabled() {
return !(getTrackPublicationBySource(TrackSource.camera)?.muted ?? true);
}
Convenience property to check whether TrackSource.camera is published or not.
bool isCameraEnabled() {
return !(getTrackPublicationBySource(TrackSource.camera)?.muted ?? true);
}