其他语言版本: 中文
- agora-rtc-sdk (agora rtc web sdk)
- agora-rtm-sdk (agora rtm web sdk)
- white-web-sdk (netless web sdk)
- typescript ^3.9.2
- react & react hooks & rxjs
- material-ui
- agora meeting backend service
-
Rename
.env.exampleto.env.localand 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
-
Install npm
npm install -
Locally run the Web demo
npm run dev -
Release the Web demo. Before the release, you need to change the
"homepage": "Your domain/address"inpackage.json. For example, you need to changehttps://solutions.agora.io/meeting/webto"homepage": "https://solutions.agora.io/meeting/web"npm run build