ortc

Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification

*爱你&永不变心* 提交于 2019-12-25 01:34:52
问题 In order to communicate with Browser Edge we need to set a=end-of-candidates as you can see here . Edge to Edge and Edge to other browser its working fine. Even I am able to communicate React Native app with Chrome but for edge I need to specify this value inside my app sdp before sending to the Edge browser. Please let me know how can I achieve this sdp? You can see this PR of AdpaterJS as edge giving this error upon receiving the sdp from react native android app Timeout for

Unknown Edge error code #c004e005

旧时模样 提交于 2019-12-13 16:02:23
问题 I’m trying to build oRTC application with latest Edge version. Followin code: iceGatherer.getLocalCandidates().forEach(iceGatherer.onlocalcandidate); throws error “c004e005” that don’t have any description. Anyone familiar with oRTC in Edge? 回答1: The “c004e005” error code is for an invalid state. You can find a list of the Microsoft Edge ORTC error codes in the MSDN documentation. The invalid state is likely thrown on the RTCIceServer regarding the IceGatherer, IceTransport, or DtlsTransport