https://github.com/tomarrell/react-media-rtc
A lightweight WebRTC library for React apps
https://github.com/tomarrell/react-media-rtc
Last synced: about 1 year ago
JSON representation
A lightweight WebRTC library for React apps
- Host: GitHub
- URL: https://github.com/tomarrell/react-media-rtc
- Owner: tomarrell
- License: mit
- Created: 2017-01-24T12:03:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T08:49:29.000Z (about 5 years ago)
- Last Synced: 2025-03-26T18:25:13.382Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactRTC
A lightweight wrapper around WebRTC for use in React apps. This allows you to setup a simple real-time video/audio chat component with minimal setup and maximum customizability.
# License
MIT
Tom Arrell