https://github.com/blueromans/react-native-unified-webrtc
https://github.com/blueromans/react-native-unified-webrtc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blueromans/react-native-unified-webrtc
- Owner: blueromans
- License: mit
- Created: 2025-06-21T10:12:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T17:31:31.000Z (4 months ago)
- Last Synced: 2025-06-21T18:32:35.983Z (4 months ago)
- Language: Kotlin
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-unified-webrtc
Unified webrtc player
## Installation
```sh
npm install react-native-unified-webrtc
```## Usage
```js
import { UnifiedWebrtcView } from "react-native-unified-webrtc";// ...
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)