Closed roma-lukashik closed 8 years ago
Hi @roma-lukashik,
You cannot send the EndOfCandidate to Chrome/FF/Plugin, as it is not a valid candidate. However, on Edge, you do need to add one.
So you will have to adapt to the type of peer on the remote side and drop/create candidates accordingly
Hi,
How to wait until the end of candidates is fired in Microsoft Edge? Usually "onicecandidate" event returns NULL entry for the latest "event.candidate" object. But in Microsoft Edge I receive an empty object after each ice candidate and cannot check "!event.candidate".
Thanks in advance.