mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fill in RTCSessionDescription
This commit is contained in:
parent
69931934ac
commit
be48cf23f9
2 changed files with 36 additions and 8 deletions
|
@ -7,8 +7,8 @@
|
|||
[Constructor(RTCSessionDescriptionInit descriptionInitDict),
|
||||
Exposed=Window, Pref="dom.webrtc.enabled"]
|
||||
interface RTCSessionDescription {
|
||||
// readonly attribute RTCSdpType type;
|
||||
// readonly attribute DOMString sdp;
|
||||
readonly attribute RTCSdpType type;
|
||||
readonly attribute DOMString sdp;
|
||||
// [Default] object toJSON();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue