Changed default audio type

This commit is contained in:
WolverinDEV 2018-09-24 20:21:37 +02:00
parent 26732e7841
commit cb6088ec4e

View file

@ -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;