unmuteVideo method

void unmuteVideo()

Implementation

void unmuteVideo() {
  _setVideoEnabled(true);
}