-
*This Issue tracker is only for reporting bugs and tracking code related issues.*
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been…
-
I add modules by
_yarn add @livekit/react-native @livekit/react-native-webrtc_
when the @livekit/react-native-webrtc version is 104.0.1, there is an error on opening camera.
**[Error: Exception i…
-
# Bug report
- [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue.
- Reproduced on:
- [ ] Android
- [x] i…
-
### Description:
Jitsi doesn't work in Firefox-based browsers.
Meanwhile, it works in Chromium-based browsers.
### Steps to reproduce:
1. Install Mullvad and/or Librewolf.
2. Start a confer…
-
I am using WebRTC in a less than normal manner. I use it alongside Janus to stream a video feed to my application, this is a one way stream, the client will only ever **recieve** video, no audio.
I…
-
How i get my screen media stream :
```javascript
componentDidMount() {
mediaDevices
.getDisplayMedia({ video: true, audio: true })
.then((mediaStream) => {
console.log…
-
#### Expected Behavior:
Configured **AVCaptureVideoDataOutput** videoSettings in VideoCaptureController.startCapture() for the **ML Kit** Process
like
```objective-c
if (self.vb) {
…
-
#### Situation
I try to connect two devices (e.g. phone and browser) with WebRTC. For now, I have successfully set up offer/answer, ICE candidates exchange and requesting for local stream on each d…
-
Hello! It seems like I'm facing the same issue as described here: https://github.com/jitsi/jitsi-meet/issues/12888.
The `./android/scripts/release-sdk.sh /tmp/repo` was successful.
The generated rep…
-
I'm having trouble with the disconnect function. It doesn't appear to be successfully disconnecting from my membrane webrtc server.
This is my disconnect function which I attach to the provider.
…