Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webex/webrtc-core
https://github.com/webex/webrtc-core
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/webex/webrtc-core
- Owner: webex
- License: mit
- Created: 2022-09-21T20:55:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T09:07:49.000Z (about 2 months ago)
- Last Synced: 2024-10-30T02:32:49.552Z (9 days ago)
- Language: TypeScript
- Size: 2.77 MB
- Stars: 6
- Watchers: 11
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.