https://github.com/webex/webrtc-core
https://github.com/webex/webrtc-core
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webex/webrtc-core
- Owner: webex
- License: mit
- Created: 2022-09-21T20:55:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T19:16:01.000Z (5 months ago)
- Last Synced: 2025-04-09T22:16:00.546Z (3 months ago)
- Language: TypeScript
- Size: 3.01 MB
- Stars: 6
- Watchers: 11
- Forks: 19
- 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.