-
Notifications
You must be signed in to change notification settings - Fork 388
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
setEnableSpeakerphone(true) doesnt work on ios devices #22
Comments
did you do it after joining channel? |
I tried it before and after joining channel. |
could you pls show me your code snippet if possible? |
|
@Aliharu try doing it after receiving onJoinChannelSuccess callback. |
Just tried
Still uses earpiece on IOS |
@Aliharu calling async on joinChannel simply means the api call was transmitted to native side and returned with a return value |
Okay looks like that works. Thank you. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Im trying to get audio calls to use the speakerphone but the command to do so does nothing on ios devices.
AgoraRtcEngine.setEnableSpeakerphone(true);
AgoraRtcEngine.isSpeakerphoneEnabled().then((value) {
print(value); //This returns true but on ios it still uses the earpiece speaker.
});
The text was updated successfully, but these errors were encountered: