Add RTCIceCandidate::ToJSON

This commit is contained in:
Manish Goregaokar
2019-01-29 10:29:05 -08:00
parent b7e2e79e53
commit 0d9f538561
2 changed files with 11 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ interface RTCIceCandidate {
// readonly attribute DOMString? relatedAddress;
// readonly attribute unsigned short? relatedPort;
readonly attribute DOMString? usernameFragment;
// RTCIceCandidateInit toJSON();
RTCIceCandidateInit toJSON();
};
dictionary RTCIceCandidateInit {