Agora C++ API Reference for All Platforms
|
Public Attributes | |
const char * | token |
const char * | channelId |
user_id_t | userId |
agora::Optional< int64_t > | appDefinedStartTimeMs |
const char* agora::rtc::TConnectSettings::token |
The app ID.
const char* agora::rtc::TConnectSettings::channelId |
The channel name. It must be in the string format and not exceed 64 bytes in length. Supported character scopes are:
user_id_t agora::rtc::TConnectSettings::userId |
The ID of the local user. If you do not specify a user ID or set userId
as null
, the SDK returns a user ID in the onConnected callback. Your app must record and maintain the userId
since the SDK does not do so.
agora::Optional<int64_t> agora::rtc::TConnectSettings::appDefinedStartTimeMs |