set Live Annotations Policy
abstract fun setLiveAnnotationsPolicy(policy: LiveAnnotationsPolicy, completionHandler: CompletionHandler<LiveAnnotationErrorCode>)
Content copied to clipboard
Sets the live annotations policy for the ongoing screen sharing session. The default policy is set to LiveAnnotationsPolicy.NobodyCanAnnotate.
Since
API 3.11.0
Parameters
policy
The live annotations policy to be set. Check policies at LiveAnnotationsPolicy.
completion Handler
The completion handler for handling errors.