- From: Volker Mische via GitHub <sysbot+gh@w3.org>
- Date: Sun, 05 Mar 2023 22:11:19 +0000
- To: public-webrtc-logs@w3.org
Thanks a lot for the link! After reading the ICE Constroller API proposal, do I understand it correctly that in order to get a forking like behaviour you would do: 1. Create a connection with its local ICE candidates. 2. Extract the local candidate pairs via the [getSelectedCandidatePair()](https://sam-vi.github.io/webrtc-icecontroller/#dom-rtcicecontroller-getselectedcandidatepair) call. 3. Create a second connection and call [switchToCandidatePair()](https://sam-vi.github.io/webrtc-icecontroller/#dom-rtcicecontroller-switchtocandidatepair) with the extracted candidates from the first connection. 4. Now the second connection has the same local candidates as the first one. -- GitHub Notification of comment by vmx Please view or discuss this issue at https://github.com/w3c/webrtc-ice/issues/34#issuecomment-1455222856 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 5 March 2023 22:11:21 UTC