AppRTCDemo
AppRTCDemo copied to clipboard
A WebRTC for iOS client demo. PS: It uses XMPP to build the signaling service.
I run the demo with my own server. at first it works well, but after a few second. there comes(something like) a very high delay. Here is the log: Jingle:Conn[audio:8K3dFDtO:1:0:local:udp:192.168.121.119:65072->:1:0:local:udp:192.168.121.107:64946|CR-I|-]:...
@YK-Unit : I don't find the interface in the code about camera rotation,switch font or back camera.Mean while,I can't find the audio interface . Can u tell me where are...
I wanna show the camera preview in video calling,But I can't find the interface of capture session.
After two devices connetced xmpp server, clients show that both jid available, and I selected the row, then other side client to accept RTC request with the issue following: both...
@YK-Unit :I had Stun&Turn server、customer accounts,but I can't see each other when I login in AppRTCDemo 。I think I had problem with Jabber server address in code. Can U tell...
Undefined symbols for architecture i386: "OBJC_CLASS$RTCICECandidate", referenced from: objc-class-ref in APPRTCConnectionManager.o "_OBJC_CLASS$RTCICEServer", referenced from: objc-class-ref in APPRTCAppClient.o "_OBJC_CLASS$RTCMediaConstraints", referenced from: objc-class-ref in APPRTCAppClient.o objc-class-ref in APPRTCConnectionManager.o "_OBJC_CLASS$RTCPair", referenced from: objc-class-ref...
Thank you very much for your work. I'm currently trying to compile all the webrtc libs using the webrtc trunk. I tried also using the instructions from gandg project, using...
Now XMPPWorker and RTCWorker are tight coupled, then it would be not convenient to modify the code of XMPPWorker and RTCWorker. So it's better to make them loosely coupled.