enum class ObservableMetric
ObservableMetric represents filtered metrics that are intended to propagate to the top level observers. All metrics are measured over the past second.
audioReceivePacketLossPercent |
Percentage of audio packets lost from server to client |
audioSendPacketLossPercent |
Percentage of audio packets lost from client to server |
videoAvailableSendBandwidth |
Estimated uplink bandwidth from perspective of video client |
videoAvailableReceiveBandwidth |
Estimated downlink bandwidth from perspective of video client |
videoSendBitrate |
Sum of total bitrate across all send streams |
videoSendPacketLossPercent |
Percentage of video packets lost from client to server across all send streams |
videoSendFps |
Average send FPS across all send streams |
videoSendRttMs |
Round trip time of packets sent from client to server |
videoReceiveBitrate |
Sum of total bitrate across all receive streams |
videoReceivePacketLossPercent |
Percentage of video packets lost from server to client across all receive streams |
contentShareVideoSendBitrate |
Sum of total bitrate across all send streams |
contentShareVideoSendPacketLossPercent |
Percentage of video packets lost from client to server across all send streams |
contentShareVideoSendFps |
Average send FPS across all send streams |
contentShareVideoSendRttMs |
Round trip time of packets sent from client to server |
isContentShareMetric |
Determine if the metric is for content share stream fun isContentShareMetric(): Boolean |