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 {
444
444
</dt>
445
445
<dd>
446
446
<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
+
449
449
When called, run the following steps:
450
450
451
451
1. Set this.`[[type]] ` to |originalFrame|.`[[type]] `.
@@ -669,7 +669,7 @@ interface RTCEncodedAudioFrame {
669
669
</dt>
670
670
<dd>
671
671
<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] `.
673
673
674
674
When called, run the following steps:
675
675
You can’t perform that action at this time.
0 commit comments