Skype SDK会话控制 - 离开会话

时间:2016-10-24 07:29:27

标签: skype skype-for-business skypedeveloper

我使用Skype SDK会话控制来显示聊天和通话。除了谈话之外,一切都很好。我厌倦了与conversation.leave谈话。但我得到的是一个错误,表示此功能已被禁用。某处我还读到使用对话控制时需要禁用此功能。所以我试着把对话留给conversation.chatService.stop。但执行此功能后似乎没有任何事情发生,我仍然可以使用对话控制与该人聊天。

1 个答案:

答案 0 :(得分:1)

问题的解决方案是使用conversationsManager.conversations.remove(conversation)

https://ucwa.skype.com/reference/WebSDK/interfaces/_s4b_sdk_d_.jcafe.conversationsmanager.html#conversations