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 @@ -288,9 +288,9 @@ dictionary RTCEncodedVideoFrameMetadata {
288288 unsigned short height;
289289 long spatialIndex;
290290 long temporalIndex;
291- long synchronizationSource;
291+ unsigned long synchronizationSource;
292292 octet payloadType;
293- sequence<long> contributingSources;
293+ sequence<unsigned long> contributingSources;
294294};
295295
296296// New interfaces to define encoded video and audio frames. Will eventually
@@ -304,9 +304,9 @@ interface RTCEncodedVideoFrame {
304304};
305305
306306dictionary RTCEncodedAudioFrameMetadata {
307- long synchronizationSource;
307+ unsigned long synchronizationSource;
308308 octet payloadType;
309- sequence<long> contributingSources;
309+ sequence<unsigned long> contributingSources;
310310};
311311
312312[Exposed=(Window,DedicatedWorker)]
You can’t perform that action at this time.
0 commit comments