Skip to content

psoftsolution/eConferencing-Web

 
 

Repository files navigation

其他语言版本: 中文

Online preview

web demo

Core SDKs

  • agora-rtc-sdk (agora rtc web sdk)
  • agora-rtm-sdk (agora rtm web sdk)
  • white-web-sdk (netless web sdk)

Frontend tech utilities

  • typescript ^3.9.2
  • react & react hooks & rxjs
  • material-ui
  • agora meeting backend service

Preparations

  • Rename .env.example to .env.local and configure the following parameters:

    • (Required) Agora App ID, Prefix, Restful Token, Your Board Api
    # Agora App ID
     REACT_APP_AGORA_APP_ID=agora_app_id
     REACT_APP_AGORA_EDU_ENDPOINT_PREFIX=agora_endpoint_prefix
     REACT_APP_YOUR_BACKEND_WHITEBOARD_API=board_api_prefix
     REACT_APP_AGORA_RESTFULL_TOKEN=agora_restfull_api_token
  • Install Node.js LTS

Run the Web demo

  1. Install npm

    npm install
    
  2. Locally run the Web demo

    npm run dev
    
  3. Release the Web demo. Before the release, you need to change the "homepage": "Your domain/address" in package.json. For example, you need to change https://solutions.agora.io/meeting/web to "homepage": "https://solutions.agora.io/meeting/web"

    npm run build
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • CSS 24.2%
  • JavaScript 1.9%
  • HTML 0.4%