You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Internet Explorer, when attaching event listener to icecandidate event or setting onicecandidate property directly, event is not firing. In Chrome it works perfectly.
Hi, you have a working example here : https://plugin.temasys.io/demo/src/content/peerconnection/pc1/
Your code looks fine to me. Can you try setting the event listener before calling createOffer ?
There is a chance the candidates are thrown before you have time to set the listener.
I'm submitting a...
Current behavior
In Internet Explorer, when attaching event listener to
icecandidate
event or settingonicecandidate
property directly, event is not firing. In Chrome it works perfectly.Expected behavior
icecandidate
event fires in IE 11Code
Environment
The text was updated successfully, but these errors were encountered: