You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because of multithreaded's uncertainty, sometimes the onOpen method is invoked before onICEServers: method in APPRTCAppDelegate, then the peerConnection won't crate offer sdp successfully, beacuse the peerConnection is NULL at that time.
How to slove it?
In APPRTCAppClient, initialize GAEChannelClient in updateICEServers:withTurnServer: method rather in connectionDidFinishLoading: method
The text was updated successfully, but these errors were encountered:
YK-Unit
added a commit
to YK-Unit/webrtc-ios
that referenced
this issue
Mar 6, 2014
because of multithreaded's uncertainty, sometimes the onOpen method is invoked before onICEServers: method in APPRTCAppDelegate, then the peerConnection won't crate offer sdp successfully, beacuse the peerConnection is NULL at that time.
How to slove it?
In APPRTCAppClient, initialize GAEChannelClient in updateICEServers:withTurnServer: method rather in connectionDidFinishLoading: method
The text was updated successfully, but these errors were encountered: