|
Agora Server Gateway SDK C++ API Reference
|
#include <AgoraBase.h>
Public Member Functions | |
| EncryptionConfig () | |
Public Attributes | |
| ENCRYPTION_MODE | encryptionMode |
| const char * | encryptionKey |
| uint8_t | encryptionKdfSalt [32] |
Configurations of the built-in encryption schemas.
|
inline |
| uint8_t agora::rtc::EncryptionConfig::encryptionKdfSalt[32] |
| const char* agora::rtc::EncryptionConfig::encryptionKey |
The encryption key in the string format.
| ENCRYPTION_MODE agora::rtc::EncryptionConfig::encryptionMode |
The encryption mode. The default encryption mode is AES_128_GCM2. See ENCRYPTION_MODE.