RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
msg::signaling Namespace Reference

Variables

constexpr std::string_view Join = "join"
 
constexpr std::string_view Offer = "offer"
 
constexpr std::string_view Answer = "answer"
 
constexpr std::string_view Presence = "presence"
 
constexpr std::string_view Candidate = "candidate"
 
constexpr std::string_view Ping = "ping"
 
constexpr std::string_view Pong = "pong"
 
constexpr std::string_view Auth = "auth"
 
constexpr std::string_view AuthResponse = "auth_response"
 
constexpr std::string_view Text = "text"
 
constexpr std::string_view ServerDisconnect = "server_disconnect"
 
constexpr std::string_view PeerDisconnect = "peer_disconnect"
 

Variable Documentation

◆ Answer

constexpr std::string_view msg::signaling::Answer = "answer"
inlineconstexpr

Definition at line 273 of file Message.h.

◆ Auth

constexpr std::string_view msg::signaling::Auth = "auth"
inlineconstexpr

Definition at line 278 of file Message.h.

◆ AuthResponse

constexpr std::string_view msg::signaling::AuthResponse = "auth_response"
inlineconstexpr

Definition at line 279 of file Message.h.

◆ Candidate

constexpr std::string_view msg::signaling::Candidate = "candidate"
inlineconstexpr

Definition at line 275 of file Message.h.

◆ Join

constexpr std::string_view msg::signaling::Join = "join"
inlineconstexpr

Definition at line 271 of file Message.h.

◆ Offer

constexpr std::string_view msg::signaling::Offer = "offer"
inlineconstexpr

Definition at line 272 of file Message.h.

◆ PeerDisconnect

constexpr std::string_view msg::signaling::PeerDisconnect = "peer_disconnect"
inlineconstexpr

Definition at line 282 of file Message.h.

◆ Ping

constexpr std::string_view msg::signaling::Ping = "ping"
inlineconstexpr

Definition at line 276 of file Message.h.

◆ Pong

constexpr std::string_view msg::signaling::Pong = "pong"
inlineconstexpr

Definition at line 277 of file Message.h.

◆ Presence

constexpr std::string_view msg::signaling::Presence = "presence"
inlineconstexpr

Definition at line 274 of file Message.h.

◆ ServerDisconnect

constexpr std::string_view msg::signaling::ServerDisconnect = "server_disconnect"
inlineconstexpr

Definition at line 281 of file Message.h.

◆ Text

constexpr std::string_view msg::signaling::Text = "text"
inlineconstexpr

Definition at line 280 of file Message.h.