yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentChatWidget::CollaborationState Struct Reference

#include <agent_chat_widget.h>

Public Attributes

bool active = false
 
CollaborationMode mode = CollaborationMode::kLocal
 
std::string session_id
 
std::string session_name
 
std::string server_url = "ws://localhost:8765"
 
bool server_connected = false
 
std::vector< std::string > participants
 
absl::Time last_synced = absl::InfinitePast()
 

Detailed Description

Definition at line 151 of file agent_chat_widget.h.

Member Data Documentation

◆ active

◆ mode

◆ session_id

◆ session_name

◆ server_url

std::string yaze::editor::AgentChatWidget::CollaborationState::server_url = "ws://localhost:8765"

◆ server_connected

bool yaze::editor::AgentChatWidget::CollaborationState::server_connected = false

Definition at line 157 of file agent_chat_widget.h.

◆ participants

◆ last_synced


The documentation for this struct was generated from the following file: