IoT SDK for Linux v1.8.0
|
#include <agora_rtc_api.h>
Data Fields | |
uint32_t | area_code |
char | product_id [AGORA_RTC_PRODUCT_ID_MAX_LEN+1] |
log_config_t | log_cfg |
char | license_value [AGORA_LICENSE_VALUE_LEN+1] |
The configuration of the IoT SDK.
uint32_t area_code |
The region for connection. This advanced feature applies to scenarios that have regional restrictions. For the regions that Agora supports, see area_code_e. The area codes support bitwise operation. After specifying the region, the SDK connects to the Agora servers within that region.
char license_value[AGORA_LICENSE_VALUE_LEN+1] |
License string returned after you activate the license.
log_config_t log_cfg |
The log config. See log_config_t.
char product_id[AGORA_RTC_PRODUCT_ID_MAX_LEN+1] |
The product ID. The maximum length is 63 characters.