menu
nertc_core package
documentation
nertc_core.dart
NERtcChannelEventCallback
onUserVideoStop method
onUserVideoStop method
dark_mode
light_mode
onUserVideoStop
method
void
onUserVideoStop
(
int
uid
)
远端用户关闭视频功能。关闭后,用户只能进行语音通话或者直播。
uid
远端用户ID。
Implementation
void onUserVideoStop(int uid) {}
nertc_core package
documentation
nertc_core
NERtcChannelEventCallback
onUserVideoStop method
NERtcChannelEventCallback class