diff --git a/js/voice/VoiceHandler.ts b/js/voice/VoiceHandler.ts index b190d2f4..3d992f99 100644 --- a/js/voice/VoiceHandler.ts +++ b/js/voice/VoiceHandler.ts @@ -124,7 +124,7 @@ class VoiceConnection { dataChannel: RTCDataChannel; voiceRecorder: VoiceRecorder; - private _type: VoiceConnectionType = VoiceConnectionType.JS_ENCODE; + private _type: VoiceConnectionType = VoiceConnectionType.NATIVE_ENCODE; local_audio_stream: any;