mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add RTCPeerConnection::SetLocalDescription
This commit is contained in:
parent
cfc235bad2
commit
95cd67cb65
2 changed files with 59 additions and 4 deletions
|
@ -9,8 +9,8 @@
|
|||
interface RTCPeerConnection : EventTarget {
|
||||
Promise<RTCSessionDescriptionInit> createOffer(optional RTCOfferOptions options);
|
||||
Promise<RTCSessionDescriptionInit> createAnswer(optional RTCAnswerOptions options);
|
||||
// Promise<void> setLocalDescription(RTCSessionDescriptionInit description);
|
||||
// readonly attribute RTCSessionDescription? localDescription;
|
||||
Promise<void> setLocalDescription(RTCSessionDescriptionInit description);
|
||||
readonly attribute RTCSessionDescription? localDescription;
|
||||
// readonly attribute RTCSessionDescription? currentLocalDescription;
|
||||
// readonly attribute RTCSessionDescription? pendingLocalDescription;
|
||||
// Promise<void> setRemoteDescription(RTCSessionDescriptionInit description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue