meet::MediaStatsSection
#include <media_stats_resource.h>
This type represents an RTCStats
-derived dictionary which is returned by calling RTCPeerConnection::getStats
.
Summary
See also: WebRTC Stats
Public attributes |
|
---|---|
id
|
std::string
The WebRTC-generated ID of the section.
|
type
|
std::string
The RTCStatsType of the section.
|
values
|
absl::flat_hash_map< std::string, std::string>
The stats and their values for this section.
|
Public attributes
id
std::stringmeet::MediaStatsSection::id
The WebRTC-generated ID of the section.
type
std::stringmeet::MediaStatsSection::type
The RTCStatsType of the section.
For example, codec
or candidate-pair
.
values
absl::flat_hash_map<std::string,std::string>meet::MediaStatsSection::values
The stats and their values for this section.
See also: WebRTC Stats