isVideoMuted method

bool isVideoMuted()

Implementation

bool isVideoMuted() {
  return (stream != null && stream!.getVideoTracks().isEmpty) || videoMuted;
}