WebRTC media over IOS -
I want to use the WebRTC media layer with a proprietary signal on iOS. Is it possible to use only the WebRTC media layer from the ObjC library released for iOS (libjingle_peerconnection_objc.a)? Yes. The Peer Connection object provides all WebRTC APIs, which by default does not include hardware capture, media rendering, and signaling. If you want a complete solution, you will need those 3 pieces. The AppRtdio code (webrtc.org) provides audio and video capture and renderers the benefit of the original iOS framework, from which you can reuse the box. Then you can replace yourself as a signaling (GAE channel) Signals for original handshake (offer / answer) and media / data path setup (ICE candidate exchange) and WebRTC part will be used.