encryptionKdfSalt property Null safety
@JsonKey(includeIfNull: false), read / write
The salt. Agora recommends using OpenSSL to generate the salt on your server. For details, see Channel Encryption.
Implementation
@JsonKey(includeIfNull: false)
List<int>? encryptionKdfSalt;