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?
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 in the TURN server configuration.