Skip to content

agoran-association/awesome-agora-webrtc

Repository files navigation

awesome-agora-webrtc

Go to https://agoran-association.github.io/awesome-agora-webrtc/#/ for a try.

What's in

  • Basic RTC - Implement basic rtc with advanced options, such as attendee mode, codec, mode, etc.
  • Video Processing - Process agora video stream with webassembly.
  • Screen Sharing - Implement screen sharing on Chrome (temporarily by Chrome extension) and Firefox.
  • Audio Mixing - Add bgm for you!
  • Custom Stream Player - Custom your own declarative stream player.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.