baresip / baresip-ios

Baresip for iOS
46 stars 33 forks source link

Enable Speaker on iPhone #8

Closed tuanphung closed 9 years ago

tuanphung commented 9 years ago

Hi,

I have worked on Baresip for some days to build a Sip client on iPhone. It's working great! Now, I want to implement a button that be able to Mute or using Speaker, how can do it?

Thanks, Tuan.

alfredh commented 9 years ago

the audio-system in baresip only provides raw PCM audio.

for controlling the audio-devices I think you should use native iOS API, called directly from your application.