meet::SessionControlResponse

#include <session_control_resource.h>

An optional response from Meet servers to an incoming request.

Summary

Public attributes

leave_response
request_id
int64_t
status
absl::Status
The response status from Meet servers to an incoming request.

Public attributes

leave_response

LeaveResponse meet::SessionControlResponse::leave_response

request_id

int64_t meet::SessionControlResponse::request_id

status

absl::Status meet::SessionControlResponse::status

The response status from Meet servers to an incoming request.

This should be used by clients to determine the outcome of the request.