userSuperResolutionEnabled property

UserSuperResolutionEnabledCallback? userSuperResolutionEnabled
getter/setter pair

Reports whether the super resolution feature is successfully enabled. (beta feature)

After calling RtcEngine.enableRemoteSuperResolution, the SDK triggers this callback to report whether super resolution is successfully enabled. If it is not successfully enabled, use reason for troubleshooting.

Parameters

uid The user ID of the remote user.

Implementation

UserSuperResolutionEnabledCallback? userSuperResolutionEnabled;