I'm using the Skype SDK Conversation Control to display chats and calls. Everything works fine except leaving a conversation. I tired to leave the conversation with conversation.leave
. But all I get is an error that says that this function is disabled. Somewhere I also read that this function needs to be disabled when using Conversation Control. So I tried to leave the conversation with conversation.chatService.stop
. But after executing this function nothing seems to happen and I am still able to chat with that person using the Conversation Control.
1
votes