-
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…
-
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",
…
-
#### 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.
#…
-
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…
-
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…
-
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…
-
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…
-
For OME WebRTC contains specific requirement (Signalling Protocol Conforms to the OME Specification)
Not too sure if its possible to run it in another video player.
Do you know any other alternati…
-
### Steps to reproduce
1. git clone https://github.com/blackuy/react-native-twilio-video-webrtc.git
2. Move to the Example directory: cd Example
3. Install node dependencies: yarn install
4. Insta…