Skip to content

/AWS1/CL_CNPATTENDEE

The attendee information, including attendee ID and join token.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_attendeeid TYPE /AWS1/CNPATTENDEEID /AWS1/CNPATTENDEEID

The Amazon Chime SDK attendee ID.

iv_jointoken TYPE /AWS1/CNPJOINTOKEN /AWS1/CNPJOINTOKEN

The join token used by the Amazon Chime SDK attendee.


Queryable Attributes

AttendeeId

The Amazon Chime SDK attendee ID.

Accessible with the following methods

Method Description
GET_ATTENDEEID() Getter for ATTENDEEID, with configurable default
ASK_ATTENDEEID() Getter for ATTENDEEID w/ exceptions if field has no value
HAS_ATTENDEEID() Determine if ATTENDEEID has a value

JoinToken

The join token used by the Amazon Chime SDK attendee.

Accessible with the following methods

Method Description
GET_JOINTOKEN() Getter for JOINTOKEN, with configurable default
ASK_JOINTOKEN() Getter for JOINTOKEN w/ exceptions if field has no value
HAS_JOINTOKEN() Determine if JOINTOKEN has a value