Interface: BandwidthData
Defined in: types/Events.ts:135
Properties
bitrate
bitrate: number;
Defined in: types/Events.ts:139
The bitrate of the video in bits per second.
height?
optional height?: number;
Defined in: types/Events.ts:149
The height of the video in pixels.
Platform
Android
width?
optional width?: number;
Defined in: types/Events.ts:144
The width of the video in pixels.
Platform
android