InboundVideoStats
Props
bytesReceived
bytesReceived: number
Total number of bytes received within the video stream.
codec
codec: number
Video codec name for the video stream, e.g. "VP8". Only in Chrome
frameHeight
frameHeight: number
Video frame height received within the video stream at the moment the statistics are collected. Only in Chrome
frameWidth
frameWidth: number
Video frame width received within the video stream at the moment the statistics are collected. Only in Chrome
framesDecoded
framesDecoded: number
framesDropped
framesDropped: number
framesReceived
framesReceived: number
loss
loss: number
Packet loss in the video stream. Values are in the range 0..1, where 0 means no loss and 1 means full loss.
packetsLost
packetsLost: number
Total number of video packets lost for the video stream.
packetsReceived
packetsReceived: number
Total number of packets received within the video stream.
timestamp
timestamp: number
The time at which the call statistics are collected (in UNIX timestamp format).