encryptionKey property

  1. @JsonKey(name: 'encryptionKey')
String? encryptionKey
final

Encryption key in string type with unlimited length. Agora recommends using a 32-byte key. If you do not set an encryption key or set it as NULL, you cannot use the built-in encryption, and the SDK returns -2.

Implementation

@JsonKey(name: 'encryptionKey')
final String? encryptionKey;