meet:: UploadMediaStatsRequest
#include <media_stats_resource.h>
Uploads media stats from the client to the server.
Summary
The stats are retrieved from WebRTC by calling RTCPeerConnection::getStats
and the returned RTCStatsReport can be easily mapped to the sections below.
Public attributes |
|
---|---|
sections
|
std::vector< MediaStatsSection >
Represents the entries in RTCStatsReport.
|
Public attributes
sections
std::vector< MediaStatsSection > meet::UploadMediaStatsRequest::sections
Represents the entries in RTCStatsReport.