Interface UploadMediaStatsRequest

Uploads media stats from the client to the server. The stats are retrieved from WebRTC by calling RTCPeerConnection.getStats(). The returned RTCStatsReport can be mapped to the sections below.

Signature

declare interface UploadMediaStatsRequest extends MediaApiRequest

Heritage

Extends MediaApiRequest

Property signatures

Name Description
requestId A unique client-generated identifier for this request. Different requests must never have the same request ID in the scope of one data channel.
(Inherited from MediaApiRequest)
uploadMediaStats Upload media stats.