NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
char | channel_server [kNERtcMaxURILength] |
char | statistics_server [kNERtcMaxURILength] |
char | room_server [kNERtcMaxURILength] |
char | compat_server [kNERtcMaxURILength] |
char | nos_lbs_server [kNERtcMaxURILength] |
char | nos_upload_sever [kNERtcMaxURILength] |
char | nos_token_server [kNERtcMaxURILength] |
char | cloud_proxy_server [kNERtcMaxURILength] |
char | websocket_proxy_server [kNERtcMaxURILength] |
char | quic_proxy_server [kNERtcMaxURILength] |
char | media_proxy_server [kNERtcMaxURILength] |
bool | use_ipv6 |
Configures private servers.
char nertc::NERtcServerAddresses::channel_server[kNERtcMaxURILength] |
The channel server.
char nertc::NERtcServerAddresses::cloud_proxy_server[kNERtcMaxURILength] |
The cloud proxy server.
char nertc::NERtcServerAddresses::compat_server[kNERtcMaxURILength] |
The compatibility configuration server.
char nertc::NERtcServerAddresses::media_proxy_server[kNERtcMaxURILength] |
The media proxy server.
char nertc::NERtcServerAddresses::nos_lbs_server[kNERtcMaxURILength] |
The NOS domain name resolution server.
char nertc::NERtcServerAddresses::nos_token_server[kNERtcMaxURILength] |
The NOS token server.
char nertc::NERtcServerAddresses::nos_upload_sever[kNERtcMaxURILength] |
The default NOS upload server.
char nertc::NERtcServerAddresses::quic_proxy_server[kNERtcMaxURILength] |
The quic proxy server.
char nertc::NERtcServerAddresses::room_server[kNERtcMaxURILength] |
The roomServer server.
char nertc::NERtcServerAddresses::statistics_server[kNERtcMaxURILength] |
The stats server.
bool nertc::NERtcServerAddresses::use_ipv6 |
Specifies whether to use Ipv6. The default value is false.
char nertc::NERtcServerAddresses::websocket_proxy_server[kNERtcMaxURILength] |
The websocket proxy server.