respondToLiveAnnotationRequest

abstract fun respondToLiveAnnotationRequest(    personId: String,     didAccept: Boolean,     completionHandler: CompletionHandler<LiveAnnotationErrorCode>)

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

personId

The ID of the person (received in LiveAnnotationListener.onLiveAnnotationRequestReceived who requested the annotation.

didAccept

true if the annotation request is accepted, false otherwise.

completionHandler

The completion handler for handling errors.