Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 474 Bytes

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.