onLiveAnnotationRequestExpired

abstract fun onLiveAnnotationRequestExpired(personId: String)

Triggered when a live annotation request expires.This method is invoked only when the annotation policy is set to LiveAnnotationsPolicy.NeedAskForAnnotate.

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

Since

API 3.11.0

Parameters

personId

Unique identifier of the individual who initiated the request. (Derived parameter: Use Call.getMemberships to get a list of participants. Then use CallMembership.getPersonId to retrieve the personId)