Add RTCSessionDescription::ToJSON

This commit is contained in:
Manish Goregaokar 2019-01-29 11:07:51 -08:00
parent 0d9f538561
commit ab04f0429b
2 changed files with 17 additions and 1 deletions

View file

@ -9,7 +9,7 @@
interface RTCSessionDescription {
readonly attribute RTCSdpType type;
readonly attribute DOMString sdp;
// [Default] object toJSON();
[Default] object toJSON();
};
dictionary RTCSessionDescriptionInit {