/webrtc-core

Primary LanguageTypeScriptMIT LicenseMIT

webrtc-core

Handles the WebRTC core functionality and provides media helper function on browser.

Development

  1. yarn
  2. yarn build
  3. yarn test
  4. yarn watch

Usage

This library uses cspell to check spelling throughout the codebase. Any words that need to be ignored (e.g., package names, protocols, etc.), should be added to the ignoreWords field in the cspell.json configuration file.