File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -322,15 +322,15 @@ enum RTCEncodedVideoFrameType {
322322## <dfn>RTCEncodedVideoFrameMetadata</dfn> dictionary ## {#RTCEncodedVideoFrameMetadata}
323323<pre class="idl">
324324dictionary RTCEncodedVideoFrameMetadata {
325- long long frameId;
326- sequence<long long> dependencies;
325+ unsigned long long frameId;
326+ sequence<unsigned long long> dependencies;
327327 unsigned short width;
328328 unsigned short height;
329- long spatialIndex;
330- long temporalIndex;
329+ unsigned long spatialIndex;
330+ unsigned long temporalIndex;
331331 unsigned long synchronizationSource;
332332 octet payloadType;
333- sequence<unsigned long> contributingSources;
333+ sequence<unsigned long> contributingSources;
334334};
335335</pre>
336336
You can’t perform that action at this time.
0 commit comments