9#ifndef SKYWAY_CORE_CONFIG_HPP_
10#define SKYWAY_CORE_CONFIG_HPP_
19extern const std::string DEFAULT_PARAMS_SERVER_DOMAIN;
20extern const int DEFAULT_PARAMS_SERVER_VERSION;
21extern const bool DEFAULT_USE_SECURE_PROTOCOL;
27extern const int LOCAL_PERSON_CREATION_TIMEOUT_SEC;
32extern const int DEFAULT_KEEP_ALIVE_INTERVAL_GAP_SEC;
33extern const int DEFAULT_KEEP_ALIVE_INTERVAL_SEC;
34extern const int INFINITE_KEEP_ALIVE_INTERVAL;
37extern const std::string LOCAL_DATA_STREAM_LABEL;
39extern const std::string REMOTE_DATA_STREAM_JS_OBJECT_FLAG;