Skip to content

Commit efab5ed

Browse files
authored
Merge pull request #1428 from fippo/fix-1242
rtcsessiondescription: attributes are not mutable
2 parents 389f584 + 05d445f commit efab5ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webrtc.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3615,8 +3615,7 @@ <h4><dfn>RTCSdpType</dfn></h4>
36153615
<h4><dfn>RTCSessionDescription</dfn> Class</h4>
36163616
<p>The <code>RTCSessionDescription</code> class is used by
36173617
<code><a>RTCPeerConnection</a></code> to expose local and remote
3618-
session descriptions. Attributes on this interface are mutable for
3619-
legacy reasons.</p>
3618+
session descriptions.</p>
36203619
<div>
36213620
<pre class="idl">
36223621
[ Constructor (RTCSessionDescriptionInit descriptionInitDict)]

0 commit comments

Comments
 (0)