Skip to content

/AWS1/CL_AFBUPDREQUIRECHECKIN

Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_RELEASEAFTERMINUTES TYPE /AWS1/AFBMINUTES /AWS1/AFBMINUTES

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

IV_ENABLED TYPE /AWS1/AFBBOOLEAN /AWS1/AFBBOOLEAN

Whether require check in is enabled or not.


Queryable Attributes

ReleaseAfterMinutes

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

Accessible with the following methods

Method Description
GET_RELEASEAFTERMINUTES() Getter for RELEASEAFTERMINUTES, with configurable default
ASK_RELEASEAFTERMINUTES() Getter for RELEASEAFTERMINUTES w/ exceptions if field has no
HAS_RELEASEAFTERMINUTES() Determine if RELEASEAFTERMINUTES has a value

Enabled

Whether require check in is enabled or not.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value