Android-cuttlefish cvd tool
Namespaces | Variables
signaling_constants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::webrtc_signaling
 

Variables

constexpr auto cuttlefish::webrtc_signaling::kTypeField = "message_type"
 
constexpr auto cuttlefish::webrtc_signaling::kDeviceInfoField = "device_info"
 
constexpr auto cuttlefish::webrtc_signaling::kDeviceIdField = "device_id"
 
constexpr auto cuttlefish::webrtc_signaling::kClientIdField = "client_id"
 
constexpr auto cuttlefish::webrtc_signaling::kPayloadField = "payload"
 
constexpr auto cuttlefish::webrtc_signaling::kServersField = "ice_servers"
 
constexpr auto cuttlefish::webrtc_signaling::kClientSecretField = "connection_id"
 
constexpr auto cuttlefish::webrtc_signaling::kDevicePortField = "device_port"
 
constexpr auto cuttlefish::webrtc_signaling::kUrlsField = "urls"
 
constexpr auto cuttlefish::webrtc_signaling::kUsernameField = "username"
 
constexpr auto cuttlefish::webrtc_signaling::kCredentialField = "credential"
 
constexpr auto cuttlefish::webrtc_signaling::kCredentialTypeField = "credentialType"
 
constexpr auto cuttlefish::webrtc_signaling::kRegisterType = "register"
 
constexpr auto cuttlefish::webrtc_signaling::kForwardType = "forward"
 
constexpr auto cuttlefish::webrtc_signaling::kConfigType = "config"
 
constexpr auto cuttlefish::webrtc_signaling::kConnectType = "connect"
 
constexpr auto cuttlefish::webrtc_signaling::kDeviceInfoType = "device_info"
 
constexpr auto cuttlefish::webrtc_signaling::kClientMessageType = "client_msg"
 
constexpr auto cuttlefish::webrtc_signaling::kClientDisconnectType = "client_disconnected"
 
constexpr auto cuttlefish::webrtc_signaling::kDeviceMessageType = "device_msg"
 
constexpr auto cuttlefish::webrtc_signaling::kPollType = "client_poll"