A simple voice chat app using the Agora RTC And RTM Web SDK.
Room
Lobby
Ensure you have Node JS installed
git clone https://github.com/diveshmahajan4/Voice-Chat-Rooms
cd Voice-Chat-Rooms/demo
npm install
Add you APP ID Inside of appid.js
NOTE: Get this from your Agora console when you initiate a new project.
//appId.js
const appid = "YOU AGORA APP ID";
export default appid;
Start Development server
npm run dev
- Create/Join breakout rooms
- Active speaker volume indicator
- Display user names and avatars