haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
178 stars 107 forks source link

How to use audio/WebRtcAudioRecord rather than voiceengine/WebRtcAudioRecord #84

Open jack-chow123 opened 7 months ago

jack-chow123 commented 7 months ago

The WebRTC project has two WebRtcAudioRecord classes, one in the audio package, which is a new implementation, and another in the voiceengine package, which is an old implementation.

I don't know how to switch between the two implementations. Upon debugging, it was found that the WebRtcAudioRecord class in the voiceengine package is always being used. Is it possible to switch to using the one in the audio package?