From ef54f5a0bf1b743c4847909bcd042793f136c2c3 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 2 May 2024 13:05:57 -0400 Subject: [PATCH] Clarify description.toJSON() returns RTCSessionDescriptionInit --- webrtc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc.html b/webrtc.html index f31a14958..a151e38b8 100644 --- a/webrtc.html +++ b/webrtc.html @@ -5555,7 +5555,7 @@

constructor(RTCSessionDescriptionInit descriptionInitDict); readonly attribute RTCSdpType type; readonly attribute DOMString sdp; - [Default] object toJSON(); + [Default] RTCSessionDescriptionInit toJSON(); };