openConversation(conversationId);
Calling this method will cause the 1-1 chat popup to open. The action is similar to click on the 1-1 to chat private conversation in the sidebar.
JavaScript
sdk.openConversation(conversationId);
frame1.openConversation(conversationId);
Properties | Description | Type |
---|---|---|
conversationId | id of the conversation that you want to open | String |