NOTE: This a fun project created to experiment with Omegle's WebRTC video streaming. Its not tested for edge case scenerios.
demo.mp4 |
---|
Clone the project
git clone https://github.com/kiruba56/rn-omegle
Go to the project directory
cd rn-omegle
Install dependencies
yarn install
Android
yarn run android
iOS
pod install --project-directory=ios && yarn run ios
- Implement text only chat
- Implement recaptchaV2
- Give feedback to user on errors
- Fix bugs and make it stable
Contributions are always welcome!