OnInvitationTimeout
Introduction
The callback of the invitation timeout event.
Returned template
OnInvitationTimeout = void Function(
string inviteID,
string[] inviteeList
)
Return value details
| name | type | description |
|---|---|---|
| inviteID | string | The invitation ID. |
| inviteeList | string[] | The list of users being invited. |