|
| 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" |
| |