A basic demo of AgoraSDK with React UI Bindings.
- 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
- Node.js 12.1.0+
- A web server that supports SSL (https)
This section shows you how to prepare, and run the sample application.
To build and run the sample application, get an App ID:
- Create a developer account at agora.io. Once you finish the signup process, you will be redirected to the Dashboard.
- Navigate in the Dashboard tree on the left to Projects > Project List.
- Save the App ID from the Dashboard for later use.
- Generate a temp Access Token (valid for 24 hours) from dashboard page with given channel name, save for later use.
- Launch server via following commands in working folder,
npm install && npm run dev
- Enter Valid APPID, Token, Channel and click JOIN