|
Agora Java API Reference for Android
|
Configuration information for the log server. More...
#include <AgoraBase.h>
Public Member Functions | |
| LogUploadServerInfo (const char *domain, const char *path, int port, bool https) | |
Public Attributes | |
| const char * | serverDomain |
| const char * | serverPath |
| int | serverPort |
| bool | serverHttps |
Configuration information for the log server.
| const char* agora::rtc::LogUploadServerInfo::serverDomain |
Domain name of the log server.
| const char* agora::rtc::LogUploadServerInfo::serverPath |
Storage path for logs on the server.
| int agora::rtc::LogUploadServerInfo::serverPort |
Port of the log server.
| bool agora::rtc::LogUploadServerInfo::serverHttps |
Whether the log server uses HTTPS protocol:
true: Uses HTTPS.false: Uses HTTP.
1.8.18