Synchronous and Asynchronous Actions
Some actions are synchronous and others are asynchronous.
Zoom Chat Connector does not respond to a synchronous action until it has completed the request. The result of the action is in the response to the request.
Zoom Chat Connector responds to an asynchronous action immediately. The request is added to a queue of actions. The response to the request contains a token. You can use this token to determine whether the request has finished, and obtain the results of the action. QueueInfo
action.