WebRTC Ice Restart
Hello, can anyone shed any light on how to do ice restarts using the Cloudflare Calls API?
Whenever we try to renegotiate after creating a new offer on the javascript peer connection with
Whenever we try to renegotiate after creating a new offer on the javascript peer connection with
iceRestart: true
, the renegotiate call fails for unknown reasons or says that it is not in a "negotiationneeded" state -- even though the peer connection just triggered the negotiationneeded event.
How do we perform an ice restart using the Calls API?1 Reply
Probably a better question for #realtime, which may get more relevant eyes on it