Skip to content

fu-jimoto/AgoraIO-WebRTC-Troubleshooting-V4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agora WebRTC Precall Test

Use this sample app to check if the following item works for Agora WebRTC before starting a call.

  • Browser Compatibility
  • Microphone
  • Speaker
  • Resolution
  • Connection
  • Camera (optional)

Build and Run the Sample App

Ensure you have an Agora developer account and an App ID before using this app, see Agora Account for details.

  1. Fill your App ID in the settings.js file under ./src/utils.

  2. Install dependencies:

    npm install

  3. To run the app locally:

    npm run dev

    Visit localhost:8080 on your browser.

  4. Build the app for production:

    npm run build

    Built files need to be served over an HTTP server.

Licence

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published