File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -444,8 +444,8 @@ interface RTCEncodedVideoFrame {
444444 </dt>
445445 <dd>
446446 <p>
447- Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal ` [[ metadata]] ` slot to |options|`[metadata] `.
448-
447+ Creates a new {{RTCEncodedVideoFrame}} from the given |originalFrame| and sets the internal metadata to |options|`[metadata] `.
448+
449449 When called, run the following steps:
450450
451451 1. Set this.`[[type]] ` to |originalFrame|.`[[type]] `.
@@ -669,7 +669,7 @@ interface RTCEncodedAudioFrame {
669669 </dt>
670670 <dd>
671671 <p>
672- Creates a new {{RTCEncodedAudioFrame}} from the given |originalFrame| and sets the internal ` [[ metadata]] ` slot to |options|`[metadata] `.
672+ Creates a new {{RTCEncodedAudioFrame}} from the given |originalFrame| and sets the internal metadata to |options|`[metadata] `.
673673
674674 When called, run the following steps:
675675
You can’t perform that action at this time.
0 commit comments