RTCSessionDescription |
RTCPeerConnection.getCurrentLocalDescription() |
Returns the local description that was successfully negotiated the last
time the RTCPeerConnection transitioned into the stable state plus any
local candidates that have been generated by the ICE Agent since the
offer or answer was created.
|
RTCSessionDescription |
RTCPeerConnection.getCurrentRemoteDescription() |
Returns the last remote description that was successfully negotiated the
last time the RTCPeerConnection transitioned into the stable state plus
any remote candidates that have been supplied via addIceCandidate() since
the offer or answer was created.
|
RTCSessionDescription |
RTCPeerConnection.getLocalDescription() |
Returns a pending local description if it is not null, otherwise it
returns the current local description.
|
RTCSessionDescription |
RTCPeerConnection.getPendingLocalDescription() |
Returns a local description that is in the process of being negotiated
plus any local candidates that have been generated by the ICE Agent since
the offer or answer was created.
|
RTCSessionDescription |
RTCPeerConnection.getPendingRemoteDescription() |
|
RTCSessionDescription |
RTCPeerConnection.getRemoteDescription() |
Returns a pending remote description if it is not null, otherwise it
returns the current remote description.
|