isLocalVideoMuted property

bool isLocalVideoMuted

Implementation

bool get isLocalVideoMuted => localUserMediaStream?.isVideoMuted() ?? false;