I have been trying to develop a video calling application using Vidyo SDK, after reading a lot from their documentation and samples and luckily i was able to make a working application. But on the go am facing some issues. Any kind of help or suggestions will be totally appreciated.
Will totally appreciate all helps and suggestions. Thanks in advance
PS: Feel free to edit the question title.
Those questions are pretty common when we're starting with Vidyo.io. Here are some insights on them:
If a token expires after the user initiated a call he/she won't be disconnect from any ongoing conference. The user will not be able to join another call before renewing the token, though. This is explained in the Generate a token section of the docs.
The short answer is: the second token will not invalidate the first token. Long answer: the users registered in vidyo.io dashboard have absolutely no relation with your videoconference users. You only need one admin user to get your developer ID to inject in your application, and from there you have to manage who will join or leave any conference any point in time. You can have any amount of users in you app, generating any amount of tokens, joining any amount of conferences independently.
In vidyo.io you're responsible for the entire workflow of your users joining or leaving conferences, so the push notifications for a given user to join a call is a good idea. Vidyo.io's API is totally unaware of your implementation details, so there is no API to "invite" a user to a conference.