flutterjanus / flutter_janus_client

A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with various WebRTC Janus Plugins. Hence, it can be considered as a swiss-knife for WebRTC solutions.
MIT License
134 stars 76 forks source link

Audio Output on IOS #150

Closed Adrien300101 closed 11 months ago

Adrien300101 commented 11 months ago

I am using the janus_client to create a videoroom in janus server. The audio works fine on android, it is output from the speakers however on IOS the output is not from the speakers and so the sound is low.

shivanshtalwar commented 11 months ago

this library relies on flutter_webrtc so you should use Helper class to enableSpeakerPhone to get output from speaker rather than ear-piece

shivanshtalwar commented 11 months ago

Closing