A Video Conferencing Website built using HTML, CSS, JavaScript, and powered by the Agora API. This platform allows users to engage in live video-based meetings, enabling real-time communication between two or more people in different locations. With the integration of Agora's video conferencing token, users can collaborate face-to-face with high-quality video and audio over the internet.
- Real-time Video Conferencing: Host or join live video meetings with participants from anywhere 🌍
- Audio & Video Communication: Seamless two-way communication with high-quality video and audio 📞🎤
- Agora API Integration: Utilizes Agora's powerful API for secure and scalable video conferencing 🖥️
- Frontend: HTML for structure, CSS for styling, and JavaScript for interactivity 💻
- Agora API: Integration of Agora's video conferencing API for real-time communication 🛠️
- Token-Based Authentication: Use of Agora's video conferencing tokens for secure and controlled access 🔑
- Join or Host a Meeting: Users can create or join meetings with a unique video conferencing link 🔗
- Video & Audio Calls: Participants can enable or disable their camera and microphone to communicate face-to-face 🎥🎧
- Secure Access: Each meeting is secured with a unique Agora token to ensure authorized access 🔒
- Clone the repository:
git clone https://github.com/LakshayD02/Video-Conferencing-Website.git
- Sign up for Agora and get your App ID and App Certificate to generate a token.
- Replace the API keys in the code with your own Agora credentials.
- Open the
index.html
file in your browser to start the app.