Questions tagged [react-native-webrtc]

49 questions
3
votes
1 answer

sdp: The order of m-lines in subsequent offer doesn't match order from previous offer/answer

**i am using React Native and getting these two errors in my console log : Failed to set local offer sdp: The order of m-lines in subsequent offer doesn't match order from previous offer/answer. Failed to set remote answer sdp: Called in wrong…
user19434921
2
votes
0 answers

React Native support PiP (Picture-in-Picture) mode for video calling app

I need to add PiP(Picture in Picture) mode to a react native app (both Android and iOS). Some video calling apps such as Google Meet, etc are already support PiP mode, and I want to make the app like this. I'm using react-native-webrtc library for…
Max Wang
  • 247
  • 3
  • 16
2
votes
1 answer

How to implement Mini View like PipView in mobile app with React-Native

I want to implement a Mini View or Floating View (for WebRTC calling) in React-Native that should be persist or opened until we close it and it should be remain opened if we navigate to other screen any idea about this?
famfamfam
  • 396
  • 3
  • 8
  • 31
2
votes
0 answers

react-native-webrtc getDisplayMedia don't work

I try to use react-native-webrtc to my project. When I check media with getUserMedia(), it's working well. But when I try to use getDisplayMedia(), stream view RTCView return a white view has nothing. It just ask permission and dont log…
2
votes
1 answer

Getting pc.iceConnectionState Checking, failed in pc.oniceconnectionstatechange event in webRTC

I'm using webrtc for video calling in react native app. If I call to someone else and receivers receives call then I get stream of receiver but there is a problem at receiver side. Receiver gets remotestream but it shows blank view. import…
amM
  • 509
  • 2
  • 14
  • 33
2
votes
0 answers

Working demo for screensharing in react-native-webrtc

Can anybody share a working demo for screensharing in react-native-webrtc? I was trying to implement the same but I was not able to display the displayStream into the remote peers. The displayStream.toURL() was throwing an exception and it reads as…
2
votes
0 answers

Group Video call using React-Native and Node js

I want to implement conference video call in React-native and node js using without any paid library I was Implement single Person Video call using react-native-webrtc and node js Socket using Peer-to-Peer My React-Native files below My Privider…
dhrupal
  • 21
  • 1
1
vote
0 answers

null is not an object (evaluating webrtcmodule.sendergetcapabilities)

I have integrated the 'react-native-webrtc' package into my React Native application for video call functionality. While it works perfectly on the iOS simulator, I encountered an issue when testing it on my Android device. Whenever i open my…
1
vote
0 answers

RNCallKeep.backToForeground() doesn't work as expected always

When a call is initiated when the app is in background or in a completely closed state, the callkeep UI is invoked. When the call is accepted, the required behavior is that it must open our app and callkeep must handle the call through background…
1
vote
1 answer

Could not find method compile() for arguments in react native project

I have a react native project (v0.71.4). I installed react-native-webrtc (v1.67.1) in the project and followed these steps for android upto R8/ProGuard Support section. Now when I try and build the project for android I am facing this issue. BUILD…
Zephyr
  • 1,612
  • 2
  • 13
  • 37
1
vote
0 answers

setEnableVolumeLogger not found

I am using the latest version of react-native-webrtc (106.0.7). When I try to build the android project, I’m getting these errors: > /react-native-webrtc/android/src/main/java/com/oney/WebRTCModule/WebRTCModule.java:129: > error: cannot find symbol…
H.Gndgn
  • 47
  • 1
  • 2
  • 12
1
vote
0 answers

Play audio when app is in background in react-native-webview

I am building a mobile app with react-native. In the app, I have a react-native-webview which opens a website with an HTML5 tag. Everything works well when the app is in the foreground, but the audio stops after roughly 30 seconds - 1 minute when…
1
vote
1 answer

Dart Sip Ua va Call Keep flutter vs Flutter_webrtc

I am familiar with webrtc and worked with it before. callkeep service can be used for managing calling states in mobile application but then what is the use case of dart-sip-ua. The documentation is not sufficient to distinguish between them By the…
1
vote
0 answers

I am creating expo project with react-native-webrtc, but I got the build error DSO error and after No static method createEGl14

I have issue in build.gradle first i got DSO error tht i solved by using custom plugin and added into app.json but after that I got another error like No static method createEGl14 so I updated the minSdkVersion = 24 but that lead me to the again DSO…
1
vote
0 answers

Get availableAudioDeviceList React Native

I'm using react-native-incall-manager and React-Native-WebRTC to make audio calls. I want to know the available audio device list to choose an audio route. I was only discovered: Event {"availableAudioDeviceList":…
vuminh
  • 21
  • 3
1
2 3 4