Hi,
I am developing an .net application [Web App], in this am integrating Lync Client by using Lync SDK. On chat window close am triggering ConversationManager_ConversationRemoved event but this event getting trigger more than once.
For Example: I have a chat icon ,on click of that Lync Client chat window is opening with asubject called 100, similarly when i click on another chat icon it open another Lync Client Chat Window with asubject called 101. Now if i close 101 subject chat window it will hit ConversationRemoved event& chat window is closing, afte closing 101 subject window again its hitting ConversationRemoved event& its closing 100 subject window. Why????
please suggest me, any other event or property is there to know Lync Client Chat Window closed??? Thank you
I am developing an .net application [Web App], in this am integrating Lync Client by using Lync SDK. On chat window close am triggering ConversationManager_ConversationRemoved event but this event getting trigger more than once.
For Example: I have a chat icon ,on click of that Lync Client chat window is opening with asubject called 100, similarly when i click on another chat icon it open another Lync Client Chat Window with asubject called 101. Now if i close 101 subject chat window it will hit ConversationRemoved event& chat window is closing, afte closing 101 subject window again its hitting ConversationRemoved event& its closing 100 subject window. Why????
please suggest me, any other event or property is there to know Lync Client Chat Window closed??? Thank you