CallStatsReportPayload
Props
localAudio
localAudio:
Statistics for all active outgoing audio streams in a call at the moment of the statistics collection.
localVideo
localVideo:
Statistics for all active outgoing video streams in a call at the moment of the statistics collection.
remote
remote: { audio: RemoteAudioStreamStatsReport, video: RemoteVideoStreamStatsReport }
Statistics for all incoming audio and video streams of a call at the moment of the statistics collection.
timestamp
timestamp: number
Time at which the call statistics are collected, relative to the UNIX epoch (Jan 1, 1970, UTC), in microseconds.