NERtcEncryptionConfig constructor

NERtcEncryptionConfig(
  1. NERtcEncryptionMode mode,
  2. String key
)

Implementation

NERtcEncryptionConfig(this.mode, this.key);