Add icecandidate event
See original GitHub issueThe javascript api has an icecandidate event that triggers when new icecandidates are available. As of right now this is not possible in aiortc yet. Are there any plans on adding this, would that require a lot of work?
I’ve already looked around in the code, but it seems like there’s no support for that yet. I don’t know whether this is mandatory as it seems like aiortc collects the icecandidates on beforehand and then creates the offer. Not sure what would happen on a network change
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
RTCPeerConnection: icecandidate event - Web APIs | MDN
An icecandidate event is sent to an RTCPeerConnection when an RTCIceCandidate has been identified and added to the local peer by a call...
Read more >RTCPeerConnection: icecandidate event - Web APIs
An icecandidate event is sent to an RTCPeerConnection when an RTCIceCandidate has been identified and added to the local peer by a call...
Read more >RTCPeerConnection.icecandidate Event - Web APIs
An icecandidate event is sent to an RTCPeerConnection when an RTCIceCandidate has been identified and added to the local peer by a call...
Read more >Should empty string icecandidate be added by ...
If candidate is an empty string, it will be evaluated falsy and not be sent via sendToServer . More interestingly, even in a...
Read more >how i could correctly Register a listener for icecandidate ...
addIceCandidate (). as a caller. and as a callee the last three steps also same thing. Register a listener for icecandidate events on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

aiortc doesn’t support ICE trickle for the moment (see https://github.com/aiortc/aioice/issues/4), so this event cannot fire 😃
This issue was closed because it has been stalled for 7 days with no activity.