Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webex/webrtc-core


https://github.com/webex/webrtc-core

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://github.com/streetsidesoftware/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](./cspell.json) configuration file.