Classes | |
enum | EncryptionMode |
Public Attributes | |
EncryptionMode | encryptionMode |
String | encryptionKey |
Definition of EncryptionConfig.
EncryptionMode io.agora.rtc.internal.EncryptionConfig.encryptionMode |
Encryption mode. The default encryption mode is AES_128_XTS
. See EncryptionMode.
String io.agora.rtc.internal.EncryptionConfig.encryptionKey |
Encryption key in string type.
null
, you cannot use the built-in encryption, and the SDK returns ERR_INVALID_ARGUMENT(-2)
.