meet::VideoAssignmentResponse

Summary

Public attributes

request_id = 0
int64_t
The request ID in the request this is the response to.
set_assignment
std::optional< SetVideoAssignmentResponse >
status
absl::Status
The response status for this request.

Structs

meet::VideoAssignmentResponse::SetVideoAssignmentResponse

Public attributes

request_id

int64_t meet::VideoAssignmentResponse::request_id = 0

The request ID in the request this is the response to.

set_assignment

std::optional< SetVideoAssignmentResponse > meet::VideoAssignmentResponse::set_assignment

status

absl::Status meet::VideoAssignmentResponse::status

The response status for this request.

This should be used by clients to determine the RPC result.