-
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: my-app@1.0.0
npm ERR! Found: react-native-webrtc@111.0.6
npm ERR! node_modules/react…
-
This is not a new question, and the previous questions solutions did not work for me.
React-native-peerjs supposed to emit 'stream' upon answering call. But we are getting the call, and answering …
-
Hi. On my project during webrtc session users can watch a video. While watching video, webrtc audio track is disabled and muted. On video end callback the same audio track is getting enabled and unmut…
-
#### Expected Behavior:
When party A using mobile device (react-native-webrtc) calls party B, the voice should reach to the party B and be heard, just like the video reaches and is seen.
#…
-
package json using is:
{
"name": "zing-app-ui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
…
-
Hi, I am trying to use `dataChannel`, the problem is when apply `createDataChannel` for `peerConnection` => I always get ICE_FAILED message. here is the log I saw when apply `dataChannel`:
```
Jan…
-
### Description:
The app crashes when trying to join a meet using `jitsi-meet-flutter-sdk` pub.
### Steps to reproduce:
1. Create a new flutter project
2. Do all the setup steps
3. Create a…
-
Is there any reason a WebSocket wouldn't work? I get crickets, while the same code works from the main RN app.
```tsx
{
window.ReactNativeWebView.postMessage('onerror')
}
exampleSocket.on…
-
Hi all. This is a problem that I only got on devices with iOS 14.
**Description**
My project worked well on iOS 13 and after I tried to run it on iOS 14 I always get an error in xcode
Termina…
-
Has anyone tried to take a still photo while video call?
I also tried working around by taking a screenshot with [react-native-view-shot](https://github.com/gre/react-native-view-shot), but it only…