Agora RTC Objective-C API Reference  Refactor
Properties
LogUploadServerInfo Class Reference

Inherits <NSObject>.

Properties

NSString *_Nullable serverDomain
 
NSString *_Nullable serverPath
 
NSInteger serverPort
 
BOOL serverHttps
 

Property Documentation

◆ serverDomain

- (NSString* _Nullable) serverDomain
readwritenonatomiccopy

The domain name of the log server.

◆ serverPath

- (NSString* _Nullable) serverPath
readwritenonatomiccopy

The storage path of logs on the server.

◆ serverPort

- (NSInteger) serverPort
readwritenonatomicassign

The port of the log server.

◆ serverHttps

- (BOOL) serverHttps
readwritenonatomicassign

Whether the log server uses the HTTPS protocol:

  • YES: Uses the HTTPS protocol.
  • NO: Uses the HTTP protocol.