Information about the current collaboration session. More...
#include <websocket_client.h>
Public Attributes | |
std::string | session_id |
std::string | session_code |
std::string | session_name |
std::string | host |
std::vector< std::string > | participants |
std::string | rom_hash |
bool | ai_enabled |
Information about the current collaboration session.
Definition at line 38 of file websocket_client.h.
std::string yaze::net::SessionInfo::session_id |
Definition at line 39 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::InSession().
std::string yaze::net::SessionInfo::session_code |
Definition at line 40 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::JoinSession().
std::string yaze::net::SessionInfo::session_name |
Definition at line 41 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::HostSession().
std::string yaze::net::SessionInfo::host |
Definition at line 42 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::HostSession().
std::vector<std::string> yaze::net::SessionInfo::participants |
Definition at line 43 of file websocket_client.h.
std::string yaze::net::SessionInfo::rom_hash |
Definition at line 44 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::HostSession().
bool yaze::net::SessionInfo::ai_enabled |
Definition at line 45 of file websocket_client.h.
Referenced by yaze::net::WebSocketClient::HostSession().