Package com.ciscowebex.androidsdk.phone.annotation

Types

Link copied to clipboard
enum LiveAnnotationErrorCode : Enum<LiveAnnotationErrorCode>

Enum representing the potential error codes for live annotations.

Link copied to clipboard
interface LiveAnnotationListener

This interface defines a set of methods related to live annotation events. The implementation of this interface will be responsible for handling these events.

Link copied to clipboard
interface LiveAnnotations

Interface defining the methods related to live annotations during a screen sharing session in a specific call. The screen sharing session involves multiple participants in a meeting, and live annotations occur on the shared screen. For the presenter, the live annotation feature should be initialized when the screen share starts. A listener should be set to allow the client to listen to callbacks related to live annotation events. Any annotations made by the requester will be drawn on the presenter's annotation layer upon approval.

Link copied to clipboard
enum LiveAnnotationsPolicy : Enum<LiveAnnotationsPolicy>

Enum representing the available policies for live annotations.