question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setSpeakerphoneOn on ios

See original GitHub issue

setSpeakerphoneOn on iOS not works it log AudioSession override is successful but not works

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sm2017commented, Oct 17, 2019

Fixed by using start not setSpeakerPhone directly

1reaction
zxcpoiucommented, Oct 17, 2019

No clues at all 😦

But I suggest you:

  1. First, try not to use setSpeakerPhone() directly, use InCallManager.start('video') only to see if the sound routed to speakerphone.
  2. check is there another plugin in your app also listen and modify the AudioSession singleton.
  3. check / print the syslog to see the actual state of current AudioSession
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to make a call on my iPhone with speaker mode in code
1 Answer 1 · Try without setting any category. If you are already in a call, it has already set a category for...
Read more >
Video Call on iOS has sound in the earpiece and not in the ...
On Android everything works great, but on IOS I have problems with the sound. ... setSpeakerphoneOn(true); InCallManager.
Read more >
Using iPhone Speakerphone - YouTube
How To Set Speakerphone on iPhone.How To Set Up Speakerphone Mode for Calls Made and Received on the iPhone by Default in iOS...
Read more >
setSpeakerphoneOn method - Hardware extension - Dart API
platformIsMobile) { await rtc.Helper.setSpeakerphoneOn(enable); } else { throw UnimplementedError('setSpeakerphoneOn only support on iOS/Android'); } }.
Read more >
How to make a call on my iPhone with speaker mode in code ...
Is there an audioManager class in iOS as in Android so that I can set my phone call in speaker mode automatically? ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found