Unknown Edge error code #c004e005

384 views Asked by At

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

There are 1 answers

0
MWOJO On BEST ANSWER

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.