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

Diveshmahajan4/Voice-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voice Rooms Chat App

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

Room

Lobby

Installation

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

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published