AndreiMisiukevich / OpenTok-Xamarin.Forms

Vonage | TokBox | OpenTok: Video/Audio Chat library for Xamarin.Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ring feature.

mthirukavi opened this issue · comments

Hi @AndreiMisiukevich,
how to implement ring feature using this library?

Open solution, configure the app with your keys and run sample.

Yes, It's working fine. We designed it like Webex to join the session. Now we have to do it like WhatsApp Call. When the publisher clicks a button subscriber has to receive the call. There he can accept the call or reject it. Once rejected should notify the publisher.

There is https://github.com/AndreiMisiukevich/OpenTok-Xamarin.Forms/blob/master/Lib/Xamarin.Forms.OpenTok/Service/IOpenTokService.cs#L10

it's an observable collection of current subscribers. If it changes, it means that somebody is joined or exited.

Do this work when app is killed ?

No idea, not sure