-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helper.setSpeakerphoneOn not working #1290
Comments
same problem here |
2 similar comments
same problem here |
same problem here |
same problem here |
this is change is introducing the issue: it looks like the |
I have this error with the package sip_ua: ^0.5.8, any solution ? |
My temporary solution was make a dart-sip-ua fork and downgrade pubspec.yaml flutter-webrtc package to 0.9.22 where AVAudioSessionModeVideoChat had not yet been created. |
thank you! should i remove the dart_sip_ua package or install flutter-webrtc 0.9.22 directly? |
flutter-webrtc does not contain the SIP stack, if you are working directly with WebRTC you can remove it without problems, otherwise, you will need a lib with SIP stack to work with a SIP server like Asterisk. |
Do you know if there is any solution for which we use directly dart_sip_ua ? |
my workaround:
|
Describe the bug
For a p2p call by default the audio output is on Speakers, I want to disable that using
Helper.setSpeakerphoneOn(false);
but that is not workingTo Reproduce
call to
Helper.setSpeakerphoneOn(false);
Expected behavior
Audio output must be earphones
Platform information
ios 16.3.1
The text was updated successfully, but these errors were encountered: