-
I am currently using react-native-webrtc version 106.0.5 and later in my project. I have set the 'mirror' parameter to true for the RTCView component to flip the camera on iOS devices.
However, on…
-
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…
-
I am using WebRTC and a browser to establish a data channel, but some issues occur when a TURN server is needed. Here are the specific symptoms:
### using coturn
When using coturn as TURN server…
-
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…
-
I am trying to implement chat with `quickblox-react-native-sdk` in a react native app with expo. I've got the ios version to work but when I try to build and run the android version I get the followin…
-
Hello everyone, after updating my phone to android 14, this function stopped working: setSpeakerphoneOn(..)
I will be very grateful for any information regarding this problem.
- "react-native": "…
-
### Steps to reproduce
1. I have used this reference for installation https://github.com/blackuy/react-native-twilio-video-webrtc .It was successful and I was able to implement the features too. But…
-
I am working on streaming application which uses `react-native-webrtc` to stream audio and `react-native-incall-manager` to route sound to main/loud speaker. I have an issue where users can't set audi…