summaryrefslogtreecommitdiff
path: root/src/components/protocol/src/bson_object_keys.cc
blob: 11160d7082bf4ca2d891f2ec2b7be227d39a9474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include <protocol/bson_object_keys.h>

namespace protocol_handler {

namespace strings {

const char* hash_id = "hashId";
const char* protocol_version = "protocolVersion";
const char* mtu = "mtu";
const char* rejected_params = "rejectedParams";
const char* height = "height";
const char* width = "width";
const char* video_protocol = "videoProtocol";
const char* video_codec = "videoCodec";
const char* secondary_transports = "secondaryTransports";
const char* audio_service_transports = "audioServiceTransports";
const char* video_service_transports = "videoServiceTransports";
const char* tcp_ip_address = "tcpIpAddress";
const char* tcp_port = "tcpPort";
const char* reason = "reason";

}  // namespace strings

}  // namespace protocol_handler