Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
ENCRYPTION_MODE | encryptionMode |
const char * | encryptionKey |
uint8_t | encryptionKdfSalt [32] |
Configurations of the built-in encryption schemas.
ENCRYPTION_MODE agora::rtc::EncryptionConfig::encryptionMode |
The encryption mode. The default encryption mode is AES_128_GCM2
. See #ENCRYPTION_MODE.
const char* agora::rtc::EncryptionConfig::encryptionKey |
The encryption key in the string format.