Skip to content

Commit f569c4d

Browse files
authored
Merge pull request #44 from autokagami/webrtc-insertable-streams
Editorial: Align with Web IDL specification
2 parents d140b7d + ab755b9 commit f569c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ dictionary RTCEncodedVideoFrameMetadata {
105105

106106
// New interfaces to define encoded video and audio frames. Will eventually
107107
// re-use or extend the equivalent defined in WebCodecs.
108+
[Exposed=Window]
108109
interface RTCEncodedVideoFrame {
109110
readonly attribute RTCEncodedVideoFrameType type;
110111
readonly attribute unsigned long long timestamp;
@@ -117,6 +118,7 @@ dictionary RTCEncodedAudioFrameMetadata {
117118
sequence<long> contributingSources;
118119
};
119120

121+
[Exposed=Window]
120122
interface RTCEncodedAudioFrame {
121123
readonly attribute unsigned long long timestamp;
122124
attribute ArrayBuffer data;

0 commit comments

Comments
 (0)