encryptionKdfSalt property

  1. @JsonKey(name: 'encryptionKdfSalt', ignore: true)
Uint8List? encryptionKdfSalt
final

Salt, 32 bytes in length. Agora recommends that you use OpenSSL to generate salt on the server side. See Media Stream Encryption for details. This parameter takes effect only in aes128Gcm2 or aes256Gcm2 encrypted mode. In this case, ensure that this parameter is not 0.

Implementation

@JsonKey(name: 'encryptionKdfSalt', ignore: true)
final Uint8List? encryptionKdfSalt;