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: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webex/webrtc-core
- Owner: webex
- License: mit
- Created: 2022-09-21T20:55:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T19:16:01.000Z (17 days ago)
- Last Synced: 2025-02-08T09:44:25.267Z (13 days ago)
- Language: TypeScript
- Size: 3.01 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.