Skip to content

An open-source, feature-rich video conferencing application built with Next.js and 100ms. Offers seamless online meetings with functionalities like screen sharing, participant invites, call history, and more.

License

JaleelB/callsquare

Repository files navigation

Callsquare

Warning This is a work-in-progress and not the finished product.

I work on this project fir an hour or so whenever I have free time during the night after work. Feel free to leave feature suggestions and/or contribute to the project.

Callsquare

About this project

This project was conceived as an experiment to explore the capabilities of Next.js 13. The primary objective was to build a modern application that incorporates a variety of features including, but not limited to, authentication, API route handlers, middleware, and server components.

The application is designed to simulate a video call platform, providing a practical context in which to apply and test these features. It leverages the power of Next.js 13 to handle server-side operations, routing, and server side rendering.

Key features of the application include:

  • User Authentication: Ensuring secure access to the application and protecting user data.
  • API Routes: Facilitating communication between the client and server, enabling data exchange for various application features.
  • Middleware: Managing the sequence of functions that process requests and responses.
  • Server Components: Utilizing Next.js 13's server components to deliver an optimized user experience. T his project is an ongoing experiment, with plans for further exploration and expansion of its capabilities.

Known Issues

A list of things not working right now:

  1. Share screen functionality is not working.
  2. Invite email is not working. (Using React Email and Nodmailer, email sending works, but Resend with React Email throws this error when sending: "The gmail.com domain is not verified. Please, add and verify your domain on Resend". The doamin has been verified and an api key generated for it. I can't seem to find any documentation or issues online that address this.)

Tech Stack

Features to be implemented

  • Invite email with React Email and Resend
  • Scheduling calls
  • Screen Annotations
  • Deleting calls records
  • In call chat
  • Call recording
  • View call details
  • Rejoiing calls
  • Call transcription
  • Call limits
  • Screen sharing

Installation

1. Clone the repository

git clone https://github.com/JaleelB/callsquare

2. Install dependencies

pnpm i

3. Create a .env file

Create a .env.local file in the root directory and add the environment variables as shown in the .env.example file.

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information

License

Licensed under the MIT License. Check the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions are welcomed and will be acknowledged.

See the contributing guide for more information.

About

An open-source, feature-rich video conferencing application built with Next.js and 100ms. Offers seamless online meetings with functionalities like screen sharing, participant invites, call history, and more.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published