-
Hi. I copied this whole repo into node_modules/react-native-twilio-video-android folder in my react native app. I copied the contents of https://github.com/blackuy/react-native-twilio-video-webrtc/blo…
-
Open source WebRTC react-based video chat component that could be embedded in any site. Make it very easy for developers to integrate zoom-like video calls into their projects. Video.semrai.com is a p…
-
Preface: I did not need any config-plugins for Expo, just installed it and it runs successfully on both Android & iOS.
I am able to call: ` InCallManager.start({ media: "video" });` and it's functi…
-
I am building a video/audio call app and I am using react-native-webrtc module for this and I want to keep application running in the background and receive incoming calls to show users call ui to acc…
-
This is pretty important to separate from Chrome if one needs to build a great high performance app. The issue with chrome tends to be it eats up a lot of bandwidth and slows everything down.
Also …
-
```
"react-native": "0.72.4",
"react-native-incall-manager": "^4.2.0",
"react-native-webrtc": "118.0.7",
```
**Issue**
I am developing a one way live stream and there is no need to ever send…
-
### Steps to reproduce
1. Connect to the room
2. Disconnect
3. Connect to any room (including the same)
### Expected behaviour
All participants video tracks and local video should be visible
…
-
### Steps to reproduce
`this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName: `student-${Date.now()}` })`
1. Pass trackName prop to connect funct…
-
### Steps to reproduce
If there is an ongoing video conference, and the mobile app goes to background by pressing home key, then the video of the mobile disconnects on web application. On opening the…
-
### Steps to reproduce
1. Enter call
2. After a few seconds the app crashes
Weird bug I'm running into where the app crashes, with the below sentry log. Possibly related is that sometimes my came…