-
#### Expected Behavior
Only the remote audio track should be forwarded.
#### Observed Behavior
When forwarding the remote audio track, the audio from the device's mic also gets merged with …
-
![Screenshot 2024-01-23 at 2 37 14 PM](https://github.com/sunboykenneth/react-native-voicebox-speech-rec/assets/49521234/2f2fdc78-3f81-4d8e-bd45-8ba653b9e0a8)
![IMG_DA934FDD7A81-1](https://github.com…
-
### 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…
-
I want to improve the video quality.
I looked in the documentation and couldn't find if it is possible.
### Steps to reproduce
1. Have one participant join from an iOS device.
2. Have the other …
-
I'm playing ringbacktone for outbound calls using my application.
`InCallManager.start({media: 'audio', ringback: '_DEFAULT_'});`
For Android, it's playing tring tring tone but it's not same in …
-
It should be pretty easy to hook up a webRTC connection between users in a cabal channel. Let's add the ability to start an audio connection in a channel (and then video someday) :D
Here's a packag…
-
This seems to be an issue with the daily js forked version of react native webrtc and specifically this function
```objectivec
- (AVCaptureSession *)configuredCaptureSession {
AVCaptureSession …