- Teacher-student private dm
- Real time mini quizzes with time limits to make sure students are engaged
- Full online calling access(camera and mic) through browswer
- APIs open to use for classroom activities
- APIs are open source to create new features or use in your own applications
- Clone Repo
- run
npm install
in repo - To start app, run
npm run start
- To start server, run
node server index.js
/organizations
Classroom page to access video calls for specific classes; routed after login
/login
Login page: sample login provided in node server
User: Student
Password: Password
/studentview
Video call page for students
/teacherview
Video call page for teachers
/test
Test page to play around with the api and formatting
- React.js
- Node.js
- Tailwind css
- Agora.io API
- for online messaging and call services