flutterjanus/flutter_janus_client

Switch audio Route

Closed this issue · 2 comments

"I am utilizing the library and employing 'JanusStreamingPlugin' for streaming, successfully receiving both audio and video feeds. However, I am facing an issue with changing the audio route based on user selection, where I need to switch between Speaker, Receiver, and Bluetooth modes. Despite my attempts to override the audio route behavior using 'audio_session,' it does not seem to work. It appears that I am unable to find any audio session after initiating the JanusStreamingPlugin playback. Can anyone provide assistance in resolving this issue?"

We clearly states in the readme that all the use cases where you need to change audio output or input you need to rely on flutter_webrtc Helper class as the library does not explicitly define input or output mechanism of webrtc media playback stack

Closing due to inactivity, feel free to open again if you need more assistance