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

Variables

constexpr std::string_view Type = "type"
 
constexpr std::string_view From = "from"
 
constexpr std::string_view To = "to"
 
constexpr std::string_view Broadcast = "broadcast"
 
constexpr std::string_view Timestamp = "ts"
 
constexpr std::string_view Text = "text"
 
constexpr std::string_view Clients = "clients"
 
constexpr std::string_view Event = "event"
 
constexpr std::string_view Username = "username"
 
constexpr std::string_view ClientId = "clientId"
 
constexpr std::string_view Target = "target"
 
constexpr std::string_view GmId = "gmId"
 
constexpr std::string_view Sdp = "sdp"
 
constexpr std::string_view Candidate = "candidate"
 
constexpr std::string_view SdpMid = "sdpMid"
 
constexpr std::string_view UniqueId = "uniqueId"
 
constexpr std::string_view AuthOk = "ok"
 
constexpr std::string_view AuthMsg = "msg"
 
constexpr std::string_view AuthToken = "token"
 
constexpr std::string_view Password = "password"
 
constexpr std::string_view Label = "label"
 
constexpr std::string_view Payload = "payload"
 
constexpr std::string_view EntityId = "entityId"
 
constexpr std::string_view X = "x"
 
constexpr std::string_view Y = "y"
 
constexpr std::string_view Z = "z"
 
constexpr std::string_view Visible = "visible"
 
constexpr std::string_view ImageId = "imageId"
 
constexpr std::string_view BytesOffset = "offset"
 
constexpr std::string_view BytesTotal = "total"
 
constexpr std::string_view Chunk = "chunk"
 

Variable Documentation

◆ AuthMsg

constexpr std::string_view msg::key::AuthMsg = "msg"
inlineconstexpr

Definition at line 250 of file Message.h.

◆ AuthOk

constexpr std::string_view msg::key::AuthOk = "ok"
inlineconstexpr

Definition at line 249 of file Message.h.

◆ AuthToken

constexpr std::string_view msg::key::AuthToken = "token"
inlineconstexpr

Definition at line 251 of file Message.h.

◆ Broadcast

constexpr std::string_view msg::key::Broadcast = "broadcast"
inlineconstexpr

Definition at line 232 of file Message.h.

◆ BytesOffset

constexpr std::string_view msg::key::BytesOffset = "offset"
inlineconstexpr

Definition at line 263 of file Message.h.

◆ BytesTotal

constexpr std::string_view msg::key::BytesTotal = "total"
inlineconstexpr

Definition at line 264 of file Message.h.

◆ Candidate

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

Definition at line 243 of file Message.h.

◆ Chunk

constexpr std::string_view msg::key::Chunk = "chunk"
inlineconstexpr

Definition at line 265 of file Message.h.

◆ ClientId

constexpr std::string_view msg::key::ClientId = "clientId"
inlineconstexpr

Definition at line 238 of file Message.h.

◆ Clients

constexpr std::string_view msg::key::Clients = "clients"
inlineconstexpr

Definition at line 235 of file Message.h.

◆ EntityId

constexpr std::string_view msg::key::EntityId = "entityId"
inlineconstexpr

Definition at line 257 of file Message.h.

◆ Event

constexpr std::string_view msg::key::Event = "event"
inlineconstexpr

Definition at line 236 of file Message.h.

◆ From

constexpr std::string_view msg::key::From = "from"
inlineconstexpr

Definition at line 230 of file Message.h.

◆ GmId

constexpr std::string_view msg::key::GmId = "gmId"
inlineconstexpr

Definition at line 240 of file Message.h.

◆ ImageId

constexpr std::string_view msg::key::ImageId = "imageId"
inlineconstexpr

Definition at line 262 of file Message.h.

◆ Label

constexpr std::string_view msg::key::Label = "label"
inlineconstexpr

Definition at line 255 of file Message.h.

◆ Password

constexpr std::string_view msg::key::Password = "password"
inlineconstexpr

Definition at line 252 of file Message.h.

◆ Payload

constexpr std::string_view msg::key::Payload = "payload"
inlineconstexpr

Definition at line 256 of file Message.h.

◆ Sdp

constexpr std::string_view msg::key::Sdp = "sdp"
inlineconstexpr

Definition at line 242 of file Message.h.

◆ SdpMid

constexpr std::string_view msg::key::SdpMid = "sdpMid"
inlineconstexpr

Definition at line 244 of file Message.h.

◆ Target

constexpr std::string_view msg::key::Target = "target"
inlineconstexpr

Definition at line 239 of file Message.h.

◆ Text

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

Definition at line 234 of file Message.h.

◆ Timestamp

constexpr std::string_view msg::key::Timestamp = "ts"
inlineconstexpr

Definition at line 233 of file Message.h.

◆ To

constexpr std::string_view msg::key::To = "to"
inlineconstexpr

Definition at line 231 of file Message.h.

◆ Type

constexpr std::string_view msg::key::Type = "type"
inlineconstexpr

Definition at line 229 of file Message.h.

◆ UniqueId

constexpr std::string_view msg::key::UniqueId = "uniqueId"
inlineconstexpr

Definition at line 248 of file Message.h.

◆ Username

constexpr std::string_view msg::key::Username = "username"
inlineconstexpr

Definition at line 237 of file Message.h.

◆ Visible

constexpr std::string_view msg::key::Visible = "visible"
inlineconstexpr

Definition at line 261 of file Message.h.

◆ X

constexpr std::string_view msg::key::X = "x"
inlineconstexpr

Definition at line 258 of file Message.h.

◆ Y

constexpr std::string_view msg::key::Y = "y"
inlineconstexpr

Definition at line 259 of file Message.h.

◆ Z

constexpr std::string_view msg::key::Z = "z"
inlineconstexpr

Definition at line 260 of file Message.h.