NERtc macOS SDK V5.6.30
|
#include <nertc_engine_defines.h>
Public 属性 | |
char | lbs_server [kNERtcMaxURILength] |
char | channel_server [kNERtcMaxURILength] |
char | statistics_server [kNERtcMaxURILength] |
char | statistics_dispatch_server [kNERtcMaxURILength] |
char | statistics_backup_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] |
char | low_latency_server [kNERtcMaxURILength] |
bool | use_ipv6 |
私有化服务器配置项
char nertc::NERtcServerAddresses::channel_server[kNERtcMaxURILength] |
The channel server.
char nertc::NERtcServerAddresses::cloud_proxy_server[kNERtcMaxURILength] |
char nertc::NERtcServerAddresses::compat_server[kNERtcMaxURILength] |
兼容性配置服务器
char nertc::NERtcServerAddresses::lbs_server[kNERtcMaxURILength] |
lbs 服务请求地址
char nertc::NERtcServerAddresses::low_latency_server[kNERtcMaxURILength] |
char nertc::NERtcServerAddresses::media_proxy_server[kNERtcMaxURILength] |
char nertc::NERtcServerAddresses::nos_lbs_server[kNERtcMaxURILength] |
nos 域名解析服务器
char nertc::NERtcServerAddresses::nos_token_server[kNERtcMaxURILength] |
获取 NOS token 服务器
char nertc::NERtcServerAddresses::nos_upload_sever[kNERtcMaxURILength] |
默认 nos 上传服务器
char nertc::NERtcServerAddresses::quic_proxy_server[kNERtcMaxURILength] |
char nertc::NERtcServerAddresses::room_server[kNERtcMaxURILength] |
roomServer 服务器
char nertc::NERtcServerAddresses::statistics_backup_server[kNERtcMaxURILength] |
统计备份服务器
char nertc::NERtcServerAddresses::statistics_dispatch_server[kNERtcMaxURILength] |
统计调度服务器
char nertc::NERtcServerAddresses::statistics_server[kNERtcMaxURILength] |
统计上报服务器
bool nertc::NERtcServerAddresses::use_ipv6 |
是否使用 IPv6(默认 false)
char nertc::NERtcServerAddresses::websocket_proxy_server[kNERtcMaxURILength] |