respond To Live Annotation Request
abstract fun respondToLiveAnnotationRequest( personId: String, didAccept: Boolean, completionHandler: CompletionHandler<LiveAnnotationErrorCode>)
Content copied to clipboard
Allows responding to a live annotation request for the ongoing screen sharing session. This method is called when a requester asks to annotate. The annotation will start only after the presenter approves the request.
Since
API 3.11.0
Parameters
person Id
The ID of the person (received in LiveAnnotationListener.onLiveAnnotationRequestReceived who requested the annotation.
did Accept
true if the annotation request is accepted, false otherwise.
completion Handler
The completion handler for handling errors.