mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Add createAnswer
This commit is contained in:
parent
c156289a0c
commit
cfc235bad2
2 changed files with 58 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
Exposed=Window, Pref="dom.webrtc.enabled"]
|
||||
interface RTCPeerConnection : EventTarget {
|
||||
Promise<RTCSessionDescriptionInit> createOffer(optional RTCOfferOptions options);
|
||||
// Promise<RTCSessionDescriptionInit> createAnswer(optional RTCAnswerOptions options);
|
||||
Promise<RTCSessionDescriptionInit> createAnswer(optional RTCAnswerOptions options);
|
||||
// Promise<void> setLocalDescription(RTCSessionDescriptionInit description);
|
||||
// readonly attribute RTCSessionDescription? localDescription;
|
||||
// readonly attribute RTCSessionDescription? currentLocalDescription;
|
||||
|
@ -85,4 +85,4 @@ dictionary RTCOfferOptions : RTCOfferAnswerOptions {
|
|||
};
|
||||
|
||||
dictionary RTCAnswerOptions : RTCOfferAnswerOptions {
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue