This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2017.
The RTCSessionDescription.toJSON() method generates a JSON description of the object. Both properties, type and sdp, are contained in the generated JSON.
toJSON()
None.
A JSON object containing the following properties:
typeOne of the following: "offer", "answer", "pranswer" or null.
sdpEither null or the SDP message string corresponding to RTCSessionDescription.sdp property.
// sd is a RTCSessionDescriptor alert(JSON.stringify(sd)); // This call the toJSON() method behind the scene.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
toJSON |
43 | 15 | 24 | 30 | 11 | 43 | 24 | 30 | 11 | 4.0 | 43 | 11 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCSessionDescription/toJSON