muteVideo method

void muteVideo()

Implementation

void muteVideo() {
  _setVideoEnabled(false);
}