OptionalvideoRecvFps?: () => Promise<number>OptionalvideoRecvFrameHeight?: () => Promise<number>Retrieves the frame height of received video.
OptionalvideoRecvFrameWidth?: () => Promise<number>Retrieves the frame width of received video.
OptionalvideoRecvJitter?: () => Promise<number>Retrieves the jitter of received video.
OptionalvideoRecvLatency?: () => Promise<number>Retrieves the latency of received video.
OptionalvideoRecvPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of received video.
OptionalvideoRecvPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of received video.
OptionalvideoSendFps?: () => Promise<number>Retrieves the frames per second of sent video.
OptionalvideoSendFrameHeight?: () => Promise<number>Retrieves the frame height of sent video.
OptionalvideoSendFrameWidth?: () => Promise<number>Retrieves the frame width of sent video.
OptionalvideoSendJitter?: () => Promise<number>Retrieves the jitter of sent video.
OptionalvideoSendLatency?: () => Promise<number>Retrieves the latency of sent video.
OptionalvideoSendPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of sent video.
OptionalvideoSendPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of sent video.
Retrieves the frames per second of received video.