From cb6088ec4ed5fefa4ea41542f9c67f2899cbf86c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 24 Sep 2018 20:21:37 +0200 Subject: [PATCH] Changed default audio type --- js/voice/VoiceHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;