meet::MediaEntriesChannelToClient

#include <media_entries_resource.h>

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

Summary

Public attributes

deleted_resources
The list of deleted resources.
resources
Resource snapshots.

Public attributes

deleted_resources

std::vector< MediaEntriesDeletedResource > meet::MediaEntriesChannelToClient::deleted_resources

The list of deleted resources.

There is no order between the entries in the list.

resources

std::vector< MediaEntriesResourceSnapshot > meet::MediaEntriesChannelToClient::resources

Resource snapshots.

There is no implied order between the snapshots in the list.