I'm trying to set up a Twilio VOIP Client on iOS and have been able to make all of the examples connect to the example server. However when I run in the simulator or on device, I'm not able to hear any audio from the VOIP call. Are there any special audio settings needed? I've already tried:
UInt32 route = kAudioSessionOverrideAudioRoute_Speaker;
AudioSessionSetProperty(kAudioSessionProperty_OverrideAudioRoute, sizeof(route), &route);
but had no luck. I've also set audio
and voip
for UIBackgroundModes
. Is there anything else I should be setting up?
Are you using Twilio's trial account? If you followed their documentation and there are still problems with the client VOIP calls, then it might be worth a shot to upgrade. Twilio has been having problems with their free trial accounts so I'd try the update first.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With