multichannelChat
Table of contents
Classes
Interfaces
Functions
createMultichannelChat
▸ createMultichannelChat(conversation
: Conversation, options?
: { account?
: Account }): Promise<MultichannelChatManager>
Create a MultichannelChatManager instance to use with a conversation.
Parameters:
Name | Type | Description |
---|---|---|
conversation | Conversation | a conversation to connect to |
options? | object | - |
options.account? | Account | Dasha account to use. Must be the same as the application's account. If not set, uses the current account. |
Returns: Promise<MultichannelChatManager>
Found a mistake? Email us, and we'll send you a free t-shirt!