Skip to content

alimaqsood3/performance-edia

Repository files navigation

SimpleWebRTC Sample Talky App

To get started, you will first need to edit public/index.html to set your API key.

See the section marked IMPORTANT SETUP, and change the placeholder YOUR_API_KEY to be the API key you were provided.

You can retrieve your API key by visiting https://accounts.simplewebrtc.com.

Running

  1. npm install
  2. Edit public/index.html as described above.
  3. npm start
  4. Go to https://localhost:8080/

Deploying to Static/Shared Hosting

  1. npm install
  2. Edit public/index.html as described above.
  3. npm run build
  4. Copy the contents of the ./dist folder to your hosting location.
  5. Ensure your hosting location is served via HTTPS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published