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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年04月09日 UTC.