kenakamu / UCWA2.0-CS

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

How to remove a participant from an online meeting #50

Closed payneauj closed 6 years ago

payneauj commented 6 years ago

Hello,

I would like to if it is possible to remove a participant from an online meeting?

I have an online meeting between 3 persons. The first one use the skype web control, the second one use your SDK in an UWP app and the last one use the skype mobile app.

I want to be able to remove the participant that use the smartphone skype application.

Is it possible? I try to get the participant and call eject or reject but it does not fire ParticipantDeleted event.

Thanks for your help

Jocelyn

baywet commented 6 years ago

According to the documentation it should remove the person from the conversation. If you look at the http calls, are you getting any error? Any trace you could provide?

kenakamu commented 6 years ago

close for now with no update