mateomh / Vidyo_Conference_Test

A video client that uses the Vidyo API to manage the rooms. This is part of a selection process for Visual Contact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vidyo conference client

This project is a simple video chat room app that uses the Vidyo API to create and handle the rooms.

screenshot

This client uses the token generator created for this purpose. You can find two version of it here:

This project was built with vanilla Javascript as part of a selection process for Visual Contact

Built With

  • HTML
  • CSS
  • JavaScript

How to use it

When you fire up the application you are welcomed by the landing page displaying side bar with the company logo and the text fields to fill in your name and the name of the room you want to join and a button to join it.

When you hit the button, the application will ask you for permissions to use the microphone and camera for the call. After you click allow the client will be loaded and you will enter the room.

As more people join you will be able to see their feed and names on the screen. The maximum number of participants is limited to 8.

The room name has to be exactly the same for all the participants or you will join a different room.

Finally for all of this to work you need to have running the token generator API in your computer in order to be authenticated and be able to use the Vidyo API.

For more information on how to run those servers in your machine, go to the repositories:

Authors

👤 Mateo mojica

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Visual Contact

📝 License

This project is MIT licensed.

About

A video client that uses the Vidyo API to manage the rooms. This is part of a selection process for Visual Contact


Languages

Language:JavaScript 56.9%Language:CSS 21.6%Language:HTML 21.5%