question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add icecandidate event

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

2reactions
jlainecommented, Mar 8, 2021

aiortc doesn’t support ICE trickle for the moment (see https://github.com/aiortc/aioice/issues/4), so this event cannot fire 😃

0reactions
github-actions[bot]commented, Mar 22, 2022

This issue was closed because it has been stalled for 7 days with no activity.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found