-
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…
-
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…
-
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…
-
# Expected behavior
When I update the local participant with a custom config, the subscription should be changed.
# Describe the bug (unexpected behavior)
When we implement screen share…
-
Hey. I am working at a project where during webrtc live connection users can watch video. While video is active audio tracks are disabled and muted. But after unmute and enable and if one of devices i…
-
I'm using the plugin on android ,
when i call the method displayIncomingCall() it doesn't show any result,
when i use the then callback after displayIncomingCall() it returns value but doesn't show…
-
Hello, all of WebRTC function work normally to me, my app run ok in production. But now i found the strange problem:
while I am calling(using iPhone) + got other phone call, then I lost the sound,…
-
```javascript
import { RTCPeerConnection, RTCIceCandidate, RTCSessionDescription, MediaStream, mediaDevices } from 'react-native-webrtc'
const options = {
audio: true,
video: { frameRa…
-
I'm using android 22 as min sdk because in the company exist a device that use android 5.1 to execute the payment application.
i would like to use react-native-webrtc compatible with android 5.1 vers…