Skip to content

A simple voice chat app using the Agora RTC And RTM Web SDK.

Notifications You must be signed in to change notification settings

divanov11/Voice-Chat-Rooms

Repository files navigation

Voice Rooms Chat App

A simple voice chat app using the Agora RTC And RTM Web SDK.

Watch the complete video course here!

Room

Lobby

Installation

Ensure you have Node JS installed

git clone https://github.com/divanov11/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

Features

  • Create/Join breakout rooms
  • Active speaker volume indicator
  • Display user names and avatars

About

A simple voice chat app using the Agora RTC And RTM Web SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published