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?
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.