onLiveAnnotationRequestReceived

abstract fun onLiveAnnotationRequestReceived(personId: String)

Triggered when a live annotation request is received.

This method is invoked only when the live annotation feature is active and when the annotation policy for the current screen sharing session is set toLiveAnnotationsPolicy.NeedAskForAnnotate. This means permission is needed for the request to be valid.

Note: This callback will not be fired if the annotation policy is set to LiveAnnotationsPolicy.AnyoneCanAnnotate or LiveAnnotationsPolicy.NobodyCanAnnotate.

For additional details, refer to LiveAnnotations.setLiveAnnotationsPolicy.

Since

API 3.11.0

Parameters

personId

Unique identifier of the individual who initiated the request. This ID can be used to retrieve person details through the com.ciscowebex.androidsdk.people.PersonClient.get method.