menu
nertc_core package
documentation
nertc_core.dart
NERtcChannel
enableEncryption abstract method
enableEncryption abstract method
dark_mode
light_mode
enableEncryption
abstract method
Future
<
int
>
enableEncryption
(
bool
enable
,
NERtcEncryptionConfig
config
)
开启或关闭媒体流加密。
Implementation
Future<int> enableEncryption(bool enable, NERtcEncryptionConfig config);
nertc_core package
documentation
nertc_core
NERtcChannel
enableEncryption abstract method
NERtcChannel class