NERtcEncryptionConfig constructor
NERtcEncryptionConfig(
- NERtcEncryptionMode mode,
- String key
Implementation
NERtcEncryptionConfig(this.mode, this.key);
NERtcEncryptionConfig(this.mode, this.key);