meet::MediaStatsChannelToClient

#include <media_stats_resource.h>

The top-level transport container for messages sent from server to client in the media-stats data channel.

Summary

Any combination of fields may be set, but the message is never empty.

Public attributes

resources
std::optional< std::vector< MediaStatsResourceSnapshot > >
Resource snapshots.
response
std::optional< MediaStatsResponse >
An optional response to an incoming request.

Public attributes

resources

std::optional< std::vector< MediaStatsResourceSnapshot > > meet::MediaStatsChannelToClient::resources

Resource snapshots.

response

std::optional< MediaStatsResponse > meet::MediaStatsChannelToClient::response

An optional response to an incoming request.