-
**Description**
I’m trying to implement a feature that identifies the active speaker in a video call using react-native-simple-peer and react-native-webrtc. I would like to find a way to determine wh…
-
### Description
Similar to https://github.com/callstack/react-native-builder-bob/issues/662 https://github.com/callstack/react-native-builder-bob/issues/667 https://github.com/callstack/react-nati…
-
**Steps to reproduce the issue:** _I've implemented react native get.strem.io for the video calling in react native application, when i'm calling any user and if that user reject my call that time my …
-
### Steps to reproduce
1. in Xcode -Product-Archive
2. Upload in AppStore
### Expected behaviour
set up in testflight
### Actual behaviour
The following issues occurred while distributing …
-
Specifically, once which only requests microphone permission when needed. This request comes every once in a while, and the solution is quite involved since it requires native code...
Sample: https…
-
React Native WebRTC library: [react-native-webrtc - npm](https://www.npmjs.com/package/react-native-webrtc)
Pexip Infinity API library: [@pexip/infinity-api - npm](https://www.npmjs.com/package/@pexi…
-
I'm using react native veto with webrtc and I have some issues where when I speak to the other side, the other side can't hear what's being said. Any idea what could be causing this? Is it possible th…
-
```
const recordChunk = async () => {
const granted = await requestPermissions();
if (!granted) {
isRecording.current = false;
return;
}
if (!isRecording.current…
-
......to fix [CVE-2023-5217: Heap buffer overflow in vp8 encoding in libvpx](https://www.openwall.com/lists/oss-security/2023/09/28/5)
Wait on upstream: https://github.com/react-native-webrtc/react…
-
Adding the `react-native-webrtc` package to a react native tvOS project and following the required steps seems to result in an install failure.
I've tried setting this up from the bare minimum in sa…