kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

OnMessageReceived not raised until I send a message #62

Open payneauj opened 5 years ago

payneauj commented 5 years ago

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