diff --git a/plugin/whispeakauth/assets/js/RecordAudio.js b/plugin/whispeakauth/assets/js/RecordAudio.js index 03df38b376..a221a00df5 100644 --- a/plugin/whispeakauth/assets/js/RecordAudio.js +++ b/plugin/whispeakauth/assets/js/RecordAudio.js @@ -60,6 +60,7 @@ window.RecordAudio = (function () { localStream = stream; recordRTC = RecordRTC(stream, { + recorderType: StereoAudioRecorder, numberOfAudioChannels: 1, type: 'audio' });