mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add RTCPeerConnection::SetRemoteDescription
This commit is contained in:
parent
95cd67cb65
commit
93a359e528
2 changed files with 43 additions and 2 deletions
|
@ -13,8 +13,8 @@ interface RTCPeerConnection : EventTarget {
|
|||
readonly attribute RTCSessionDescription? localDescription;
|
||||
// readonly attribute RTCSessionDescription? currentLocalDescription;
|
||||
// readonly attribute RTCSessionDescription? pendingLocalDescription;
|
||||
// Promise<void> setRemoteDescription(RTCSessionDescriptionInit description);
|
||||
// readonly attribute RTCSessionDescription? remoteDescription;
|
||||
Promise<void> setRemoteDescription(RTCSessionDescriptionInit description);
|
||||
readonly attribute RTCSessionDescription? remoteDescription;
|
||||
// readonly attribute RTCSessionDescription? currentRemoteDescription;
|
||||
// readonly attribute RTCSessionDescription? pendingRemoteDescription;
|
||||
Promise<void> addIceCandidate(optional RTCIceCandidateInit candidate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue