canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
(Add ICE capability information) |
|||
| Line 98: | Line 98: | ||
From Talkilla: event.data contains: | From Talkilla: event.data contains: | ||
{topic: "ice:candidate", data: {peer: "+16501231234", candidate: <candidate>}}); | {topic: "ice:candidate", data: {peer: "+16501231234", candidate: <candidate>}}); | ||
When the ICE candidate list is complete, a message with a <code>null</code> data value will be passed. | |||
<code><candidate></code> is an object containing parameters with values matching the [http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcicecandidate-type RTCIceCandidate] e.g. | <code><candidate></code> is an object containing parameters with values matching the [http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcicecandidate-type RTCIceCandidate] e.g. | ||