meet:: ParticipantsChannelToClient
#include <participants_resource.h>
The top-level transport container for messages converted from proto to C++ struct.
Summary
Public attributes |
|
---|---|
deleted_resources
|
std::vector< ParticipantDeletedResource >
The list of deleted resources.
|
resources
|
std::vector< ParticipantResourceSnapshot >
Resource snapshots.
|
Public attributes
deleted_resources
std::vector< ParticipantDeletedResource > meet::ParticipantsChannelToClient::deleted_resources
The list of deleted resources.
There is no order between the entries in the list.
resources
std::vector< ParticipantResourceSnapshot > meet::ParticipantsChannelToClient::resources
Resource snapshots.
There is no implied order between the snapshots in the list.