Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gastonmorixe/react-native-twilio-video-webrtc-pro
https://github.com/gastonmorixe/react-native-twilio-video-webrtc-pro
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gastonmorixe/react-native-twilio-video-webrtc-pro
- Owner: gastonmorixe
- Created: 2024-10-26T23:03:24.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-10-26T23:21:15.000Z (12 days ago)
- Last Synced: 2024-10-27T00:22:13.350Z (12 days ago)
- Language: Kotlin
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- 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-twilio-video-webrtc-pro
Twilio Video WebRTC for React Native.
## Installation
```sh
npm install react-native-twilio-video-webrtc-pro
```## Usage
```js
import { TwilioVideoWebrtcProView } from 'react-native-twilio-video-webrtc-pro';// ...
;
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
Copyright (c) 2024-present Gaston Morixe
This is a proprietary software, all rights reserved.---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)