File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ dictionary RTCEncodedVideoFrameMetadata {
292292 unsigned short height;
293293 long spatialIndex;
294294 long temporalIndex;
295- long synchronizationSource;
295+ unsigned long synchronizationSource;
296296 octet payloadType;
297- sequence<long> contributingSources;
297+ sequence<unsigned long> contributingSources;
298298};
299299
300300// New interfaces to define encoded video and audio frames. Will eventually
@@ -308,9 +308,9 @@ interface RTCEncodedVideoFrame {
308308};
309309
310310dictionary RTCEncodedAudioFrameMetadata {
311- long synchronizationSource;
311+ unsigned long synchronizationSource;
312312 octet payloadType;
313- sequence<long> contributingSources;
313+ sequence<unsigned long> contributingSources;
314314};
315315
316316[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments