setLiveAnnotationsPolicy

abstract fun setLiveAnnotationsPolicy(policy: LiveAnnotationsPolicy, completionHandler: CompletionHandler<LiveAnnotationErrorCode>)

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.

completionHandler

The completion handler for handling errors.