Function: createMultichannelChat()
createMultichannelChat(
conversation
,options
?):Promise
<MultichannelChatManager
>
Create a MultichannelChatManager instance to use with a conversation.
Parameters
conversation
a conversation to connect to
options?
account
Dasha account to use. Must be the same as the application's account. If not set, uses the getCurrentAccountName | current account.
Returns
Promise
<MultichannelChatManager
>
Found a mistake? Let us know.