UCWA2.0-CS icon indicating copy to clipboard operation
UCWA2.0-CS copied to clipboard

OnMessageReceived not raised until I send a message

Open payneauj opened this issue 7 years ago • 0 comments

Hello,

i'am using your sdk in a uwp application.

an online meeting is created on a web app using the skype web sdk between 3 users.

All 3 users can discuss from my uwp app, the web app and skype mobile app.

When i close the uwp app (i save to local data the Conversation object), and launch it again, when the web app or the skype mobile app sends a message, the OnMessageReceived it not raised.

It works again when i send a message to the online meeting from my UI (using myclient.AddMessaging(myconversation, "my message").

But if i want to do it without user interaction, it does not work.

Do you have any idea?

Thanks

payneauj avatar Sep 19 '18 14:09 payneauj