I just start researching webrtc. I can build the latest webrtc (r.8107). The AppRTCDemo is crashed when i join room.
It seem the resolution is so large. I try to change some code in ARDAppClient.m file:
// RTCMediaConstraints *mediaConstraints = [self defaultMediaStreamConstraints]; // I comment this line
RTCMediaConstraints *mediaConstraints = [self defaultOfferConstraints]; // Add this line
And run it again. It works but i cannot see iDevices's video stream on Firefox/Chrome https://apprtc.appspot.com
Please help me. Thanks,