setVideoMuted method

void setVideoMuted(
  1. bool muted
)

Implementation

void setVideoMuted(bool muted) {
  videoMuted = muted;
  onMuteStateChanged.add(this);
}