interface SummaryStatsReport {
    diffDevicesToPeerConnections?: number;
    maxJitter: number;
    maxPacketLoss: number;
    opponentDevicesInCall?: number;
    opponentUsersInCall?: number;
    peerConnections: number;
    percentageConcealedAudio: number;
    percentageReceivedAudioMedia: number;
    percentageReceivedMedia: number;
    percentageReceivedVideoMedia: number;
    ratioPeerConnectionToDevices?: number;
}

Properties

diffDevicesToPeerConnections?: number
maxJitter: number
maxPacketLoss: number
opponentDevicesInCall?: number
opponentUsersInCall?: number
peerConnections: number
percentageConcealedAudio: number
percentageReceivedAudioMedia: number
percentageReceivedMedia: number

Aggregated the information for percentage of received media

This measure whether the current user receive data from a call participants. As soon as a participant sends at least a byte media to this user, this counts as one measurement unit. The units of measure divided by the total number of participants is a value between 0 and 1.

percentageReceivedVideoMedia: number
ratioPeerConnectionToDevices?: number