ISBX / apprtc-ios

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

Audio call only #62

Open sonysum opened 8 years ago

sonysum commented 8 years ago

How to start with audio call only?

wenxin3262 commented 8 years ago

add audiosource to stream only

shoaibhassanWhizpool commented 7 years ago

i added this, but not working

shravanteegala commented 7 years ago

Iam faceing Same problem for Audio Calling . Where we add audiosource to stream only please Give me detail description..

shoaibhassanWhizpool commented 7 years ago

@shravanteegala i implemented audio call successfully,On creating offer, and when reciever received call request in session description event for socket,i am creating reverse offer too with generation of answers,mean its working as double hand shaking process, confused process but working.

shravanteegala commented 7 years ago

Hello,shoaibhassanWhizpool. iam not understood clearly. Can you give me sample code on this.

bhoomesh950 commented 7 years ago

@shoaibhassanWhizpool Please help me How to implement the audio calling feature in APP RTC if possible please share sample code !.