ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

start an audio call only #27

Open nelzaatari opened 8 years ago

nelzaatari commented 8 years ago

hello,

how can i start an audio call only ? is it like i have to start everything and then switch "off" video or there is another way of doing it ?

Thank you

yangpenglin commented 8 years ago

change the defaultOfferConstraintsIfVideoOn like below will work

shravanteegala commented 6 years ago

Hi, Iam using above code. but not working.