meet:: VideoAssignmentChannelToClient
#include <video_assignment_resource.h>
The top-level transport container for messages sent from server to client in the video-assignment
data channel.
Summary
Any combination of fields may be set, but the message is never empty.
Public attributes |
|
---|---|
resources
|
std::vector< VideoAssignmentResourceSnapshot >
Resource snapshots.
|
response
|
std::optional< VideoAssignmentResponse >
An optional response to a incoming request.
|
Public attributes
resources
std::vector< VideoAssignmentResourceSnapshot > meet::VideoAssignmentChannelToClient::resources
Resource snapshots.
There is no implied order between the snapshots in the list.
response
std::optional< VideoAssignmentResponse > meet::VideoAssignmentChannelToClient::response
An optional response to a incoming request.