Skip to content

Commit dc3cf30

Browse files
authored
Merge pull request #841 from brychanrobot/background_blur
Add backgroundBlur to VideoFrameMetadata registry
2 parents c683ac1 + deb7568 commit dc3cf30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

video_frame_metadata_registry.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
<td>rtpTimestamp</td>
7474
<td>[RTP timestamp](https://w3c.github.io/mediacapture-extensions/#dom-videoframemetadata-rtptimestamp)</td>
7575
</tr>
76+
<tr>
77+
<td>backgroundBlur</td>
78+
<td>[Background blur effect status](https://w3c.github.io/mediacapture-extensions/#background-blur-effect-status)</td>
79+
</tr>
7680
</table>
7781

7882

0 commit comments

Comments
 (0)