react-native-jitsi-meet
react-native-jitsi-meet copied to clipboard
Question: audio playback path
Hi,
I'm trying to understand the audio playback path of react-native-jisti-meet app.
Does this app use the webaudio API (window.AudioContext || window.webkitAudioContext) for the playback? If yes, I couldn't find the relevant code.
Or some other package is being used from lib-jitsi-meet repo for the audio playback?
Could someone point me the code that actually captures the audio stream and plays it back on the local speaker?
Thank you.