I am just exploring on Vidyo IO platform for enabling video conferencing capabilities on top of one web application. I am just concerned about the below points and trying to get answers for the same.
Can anyone please help me with the details for the below points if you are aware of them?
- Can we add/remove the participants from the video conference.
- Can we just have an audio call.
- Are the conference calls carried in the encrypted mode.
- Are there any chances like generated API token can be stolen by any hackers and join into the conference call.
Thanks
Yes. This kind of "moderation" may be achieved via client SDK only as well as via Vidyo backend APIs.
Yes. On your application level you should just not select any local camera device (in Visyo SDK language - .SelectLocalCamera(null)).
Yes.
Token is being generated based on ApplicationID and DeveloperKey that are tied to your personal account. If you don't expose this information, Token will not be compromised.