menu
nertc_core package
documentation
nertc_core.dart
NERtcChannel
enableLocalVideo abstract method
enableLocalVideo abstract method
dark_mode
light_mode
enableLocalVideo
abstract method
Future
<
int
>
enableLocalVideo
(
bool
enable
, {
int
streamType
=
NERtcVideoStreamType.main
,
})
Implementation
Future<int> enableLocalVideo(bool enable, {int streamType = NERtcVideoStreamType.main});
nertc_core package
documentation
nertc_core
NERtcChannel
enableLocalVideo abstract method
NERtcChannel class