userSuperResolutionEnabled property

UserSuperResolutionEnabledCallback? userSuperResolutionEnabled
getter/setter pair

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

Param reason The reason why super resolution algorithm is not successfully enabled.

Param enabled Whether super resolution is successfully enabled: true: Super resolution is successfully enabled. false: Super resolution is not successfully enabled.

Param uid The ID of the remote user.

Implementation

UserSuperResolutionEnabledCallback? userSuperResolutionEnabled;