OutboundVideoStats
Structure that represents statistics for outbound video stream. Available via CallStats.
Props
bytesSent
bytesSent: number
Total number of bytes sent within the video stream.
codec
codec: string
Video codec name for the video stream. Only in Chrome
encoderBitrate
encoderBitrate: string
Bitrate that the encoder is actually producing. Measured in bits per seconds and calculated over a 1 second window. Only in Firefox
fps
fps: string
The number of complete frames in the last second Only in Firefox
frameHeight
frameHeight: string
Video frame height sent within the video stream at the moment the statistics are collected. Only in Chrome
frameWidth
frameWidth: string
Video frame width sent within the video stream at the moment the statistics are collected. Only in Chrome
packetsSent
packetsSent: number
Total number of packets sent within the video stream.
targetBitrate
targetBitrate: number
Target bitrate for video encoder that does not count the size of the IP and other transport layers like TCP or UDP. Measured in bits per second and calculated over a 1 second window Only in Safari
timestamp
timestamp: number
The time at which the call statistics are collected (in UNIX timestamp format).