userEnableVideo property

  1. @Deprecated('')
UidWithEnabledCallback? userEnableVideo
getter/setter pair

Occurs when a remote user enables/disables the video module. Once the video module is disabled, the user can only use a voice call. The user cannot send or receive any video. The SDK triggers this callback when a remote user enables or disables the video module by calling the enableVideo or disableVideo method.

Param uid The user ID of the remote user.

Param enabled true: Enable. false: Disable.

Implementation

@Deprecated('')
UidWithEnabledCallback? userEnableVideo;