isLocalVideoMuted property

bool get isLocalVideoMuted

Implementation

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