Robert Swain
Robert Swain
This basically involves handling the signalling and then applying it to the OWR API. sdp.js looks for a line formatted like: https://github.com/EricssonResearch/openwebrtc/blob/master/bridge/client/sdp.js#L49 Then it sets the payload.ericscream property to true...
Wasn't VideoToolbox only published as a framework for iOS 8? In which case, yes. iOS 7 cannot and should not use vt\* elements. Maybe we can code around that.
Perhaps some modifications are going to be needed to allow for the receive only case. The iOS SDK is not as developed and flexible as the Android SDK. Hopefully it...
Can you run with G_DEBUG=fatal-criticals and publish the backtrace? It may provide some clues.
There is no support for the bridge in the SDK so you can't use that `[OpenWebRTC initialize]` stuff. You need to use the OpenWebRTC pod only, not the SDK pod....
Any additional information you can obtain about the crash is very welcome.
I'll have a look at this when I return to work later next week unless @Rugvip beats me to it.
I think we need to implement all such common functions like mute, speaker phone, headphones + device mic, headset. Currently I think one can mute received calls but not mute...
Which application? Can you describe the steps so that we can try to reproduce?
You're welcome to make a patch and pull request for this fix. Perhaps take the first video session and set the video source on it, and the first audio session...