reset method

void reset()

Implementation

void reset() {
  hasMicrophonePermission.value = false;
  isMicrophoneOpened.value = false;
  isMicrophoneMuted.value = true;
  audioQuality.value = TUIAudioQuality.audioProfileDefault;
  hasCameraPermission.value = false;
  isCameraOpened.value = false;
  videoQuality.value = TUIVideoQuality.videoQuality_1080P;
  isMirror.value = true;
  isFrontCamera.value = true;
}