Changed default audio type
This commit is contained in:
parent
26732e7841
commit
cb6088ec4e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue