Newer Version Available
onChatCriticalWaitState()
Registers a function to call when a chat becomes critical to answer or a waiting chat
is answered. Available in API version 29.0 or
later.
Syntax
Arguments
| Name | Type | Description |
|---|---|---|
| chatKey | String | The chatKey associated with the chat for which the critical wait state has changed. |
| callback | function | JavaScript method called upon completion of the method. |