Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
ENCRYPTION_MODE | encryptionMode |
const char * | encryptionKey |
Configurations of the built-in encryption schemas.
|
inline |
ENCRYPTION_MODE encryptionMode |
The encryption mode. The default encryption mode is AES_128_GCM2
. See ENCRYPTION_MODE.
const char* encryptionKey |
The encryption key in the string format.
uint8_t encryptionKdfSalt[32] |