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.
- I know for vidyo conferencing Token is to be kept constant. But my doubt is when i am generating a token, lets say an expiry time of 10 minutes and initiated a call. Will the call be disconnected after 10 minutes? I know user cannot use the token after the expiry time.
- Suppose there are two admin users and 10 child users for each, i have added one application under Vidyo dashboard. So my second question is, two admin users are initiating two separate call, first admin user create a token with 10 minutes expiry and at the same time the second admin created another token against the same developer key and app id, so will the token created by first admin will still be alive? Or will it get overwritten by the token generated by the second admin user?
- Last and main question (needs suggestions and help), how to automatically add participants, i have a table with list of users registered to my application, and before starting a call, i am selecting a list of participants to get notified about the call (Am thinking like implementing push notifications, but is there any other options available within the Vidyo SDK, else is there any better approach).
Will totally appreciate all helps and suggestions. Thanks in advance
PS: Feel free to edit the question title.