Fill in RTCSessionDescription

This commit is contained in:
Manish Goregaokar 2019-01-26 09:41:31 -08:00
parent 69931934ac
commit be48cf23f9
2 changed files with 36 additions and 8 deletions

View file

@ -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();
};