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