Skip to content

Aaronphy/agora_demo

Repository files navigation

Aogra React Demo

A basic demo of AgoraSDK with React UI Bindings.

Features

  • TypeScript: Written in TypeScript with predictable static types
  • Mobx: Reactive to AgoraSDK Management
  • Responsive:Responsive design to adapt automatically to different desktop device
  • Multiplayer: Support multiplayer real-time video

Prerequisites

  • Node.js 12.1.0+
  • A web server that supports SSL (https)

Quick Start

This section shows you how to prepare, and run the sample application.

Obtain an App ID

To build and run the sample application, get an App ID:

  1. Create a developer account at agora.io. Once you finish the signup process, you will be redirected to the Dashboard.
  2. Navigate in the Dashboard tree on the left to Projects > Project List.
  3. Save the App ID from the Dashboard for later use.
  4. Generate a temp Access Token (valid for 24 hours) from dashboard page with given channel name, save for later use.

Run Web-Server

  1. Launch server via following commands in working folder,
    npm install && npm run dev
    
  2. Enter Valid APPID, Token, Channel and click JOIN

About

a demo of agora SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published