User Profile
AlokKulkarni
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Call made to LyncClient Automation BeginStartConversation, callback not received in certain cases
Hello, I have observed that when I restart Windows and then Lync client after sleep/ hibernate, then sometimes the callback is not invoked Here is my code IAsyncResult ar = LyncClient.GetAutomation().BeginStartConversation(AutomationModalities.InstantMessage, ptcpts, _ModalitySettings, ConversationWindowCreatedCallback, null); ConversationWindowCreatedCallback is not invoked . Sometimes Lync signout- sigin is required to get it working. This issue is observed in a customer environment not in development environment.Skype for businesss Sign in event received after a lot of delay after restart from sleep/ hibernate
Hello all, Issue with my LyncClient is that I have observed a 2/ 3 minutes delay in getting event for SkypeForBusiness SignedIn after restart from sleep/ hibernate. This issue is not observed on development machine but in customer environment. I read somewhere that these events are received from SFB server and the delay can be because server takes time to sync the events with the client. I am registering for the event using following code during app startup Client.StateChanged += new EventHandler<ClientStateChangedEventArgs>(Client_StateChanged); Any assistance will be helpful.390Views0likes0Comments
Recent Blog Articles
No content to show