From bf0ab97a0f587a47dfcdeee4caec2f6916f47f80 Mon Sep 17 00:00:00 2001
From: Jan-Ivar Bruaroey
connection.{{RTCPeerConnection/[[PendingRemoteDescription]]}}
is not
null
, and represents
the ICE [= generation =] for which
- candidate was processed, add
- candidate to
- connection.{{RTCPeerConnection/[[PendingRemoteDescription]]}}.sdp.
+ candidate was processed, set
+ connection.{{RTCPeerConnection/[[PendingRemoteDescription]]}}
+ to a [=clone a description | clone of itself=] with
+ {{RTCSessionDescriptionInit/sdp}} updated to include candidate.
null
, and represents
the ICE [= generation =] for which
- candidate was processed, add
- candidate to
- connection.{{RTCPeerConnection/[[CurrentRemoteDescription]]}}.sdp.
+ candidate was processed, set
+ connection.{{RTCPeerConnection/[[CurrentRemoteDescription]]}}
+ to a [=clone a description | clone of itself=] with
+ {{RTCSessionDescriptionInit/sdp}} updated to include candidate.
If connection.{{RTCPeerConnection/[[PendingLocalDescription]]}} is
not null
, and represents the ICE [= generation =]
- for which candidate was gathered, add
- candidate to
- connection.{{RTCPeerConnection/[[PendingLocalDescription]]}}.sdp.
+ for which candidate was gathered, set
+ connection.{{RTCPeerConnection/[[PendingLocalDescription]]}} to a
+ [=clone a description | clone of itself=] with {{RTCSessionDescriptionInit/sdp}}
+ updated to include candidate.
If connection.{{RTCPeerConnection/[[CurrentLocalDescription]]}} is
not null
, and represents the ICE [= generation =]
- for which candidate was gathered, add
- candidate to
- connection.{{RTCPeerConnection/[[CurrentLocalDescription]]}}.sdp.
+ for which candidate was gathered, set
+ connection.{{RTCPeerConnection/[[CurrentLocalDescription]]}} to a
+ [=clone a description | clone of itself=] with {{RTCSessionDescriptionInit/sdp}}
+ updated to include candidate.
+ To clone a description + with members type and sdp, return a new {{RTCSessionDescription}} + object constructed with {{RTCSessionDescription/type}} set to type, + and {{RTCSessionDescription/sdp}} set to sdp. +
+
When the [= ICE Agent =] indicates that an {{RTCIceTransport}} has
changed either the selected candidate pair, the
From 13c9f0108fae989d2b1191ecf696cb931674de05 Mon Sep 17 00:00:00 2001
From: Jan-Ivar Bruaroey
object constructed with {{RTCSessionDescription/type}} set to type,
and {{RTCSessionDescription/sdp}} set to sdp.
When the [= ICE Agent =] indicates that an {{RTCIceTransport}} has changed either the selected candidate pair, the