dump-webrtc-event-log
dump-webrtc-event-log copied to clipboard
Uncaught TypeError: First argument to DataView constructor must be an ArrayBuffer
When I import a file that I have just captured (in Chrome version 129.0.6668.60), I get the following error:
Uncaught TypeError: First argument to DataView constructor must be an ArrayBuffer
at new DataView (<anonymous>)
at new BitstreamReader (bitstream.js:19:21)
at new BlobDecoder (bitstream.js:134:23)
at decodeRtcpDelta (import.js:479:18)
at Array.map (<anonymous>)
at decode (import.js:562:10)
at FileReader.<anonymous> (import.js:36:13)