Questions tagged [apprtc]
98 questions
2
votes
1 answer
RTCAudioSession.h and some other files are missing in newly built WebRTC.framwork(iOS)
I am trying to build WebRTC to get updated library file. I have successfully
built the framework.There is a demo in the source code.At first I am trying to run demo app(AppRTCMobile) with the built framework.Problem is that some files are missing in…

Faruk Hossen
- 185
- 1
- 8
2
votes
0 answers
How to record video in Apprtc using socket io?
I am using this code https://github.com/ISBX/apprtc-node-server for video chat in my website. That is working fine but I also want to record this video. How I can achieve this?

Nilesh
- 197
- 3
- 11
2
votes
1 answer
getUserMedia error:Failed to get access to local media - WEBRTC
I've configured the App RTC Server in my PC. When I am accessing using local host (localhost:3000). The Video call is working. But when I am using IP address getting the error. (http://192.168.0.103:3000)
Failed to get access to local media. Error…

Mr. N.V.Rao
- 1,082
- 13
- 27
2
votes
2 answers
Web RTC Server is running in localhost only
I've configured Web RTC sever in my PC. It's working with http://localhost:8080 But this server is not working with the IP address in another machines.
I've referred Web RTC Server with this URL.

Mr. N.V.Rao
- 1,082
- 13
- 27
2
votes
1 answer
openwebrtc demo is not working in Chrome
Chrome supports WebRTC.
But openwebrtc I am not able to run
http://demo.openwebrtc.org:38080/
while apprtc I am able to run
https://apprtc.appspot.com/
so why this problem ?
so what is the difference between openwebrtc and apprtc ?
is there any…

Durai Amuthan.H
- 31,670
- 10
- 160
- 241
1
vote
1 answer
How to ICE Restart in Android peerconnection client?
I created a webrtc android application using libjinge library, my issue is unable to reconnect after a network failure,In browser used 'icerestart', how to ICE Restart in Android peerconnection client?

Vinay Sebastian
- 11
- 2
1
vote
0 answers
Open custom Calling Activity When an audio or Video call is coming using WebRTC
I am using webRTC to implement one-to-one audio and video calls in my app. I have made a calling activity with an accepting and decline button which appears whenever a call is coming for that device token. I am using FirebaseMessagingService and…

harperdev7
- 153
- 1
- 7
1
vote
1 answer
Android WebRTC application could not establish connection between peers
A WebRTC application was developed with STUN servers alone. These servers work well when the devices are connected to the home network and peer connection is established between devices without any issues. And while testing the application with…

niranj1997
- 719
- 8
- 16
1
vote
1 answer
from apiclient import discovery ImportError: No module named apiclient
I am running apprtc source code I found on github in windows 10. But I have this error when I look at the Cmd console. It seems like a apiclient is missing. I installed it using pip install but I steel get the same error. I also tried pip install…

Fox
- 43
- 7
1
vote
1 answer
AppRTC: iOS to Android Call is not working
We are developing an app using AppRTC. Audio and Video call from iOS-iOS and Android-Android are working fine but whenever we try to call from android to iOS or iOS to android, nothing happens after the call is accepted.
We have tried using the…

Bilal Awan
- 4,730
- 1
- 8
- 15
1
vote
0 answers
ISBX/apprtc-ios does not work on iOS 13 - no video preview
I am using apprtc-ios from https://github.com/ISBX/apprtc-ios for our video calling project. It is working fine on iOS 12 & iOS 11.
After upgrading to iOS 13, it seems the front camera does not record video and send it to the other party - If…

Fisher
- 11
- 1
1
vote
0 answers
Start incoming call activity from background service XMPP smack webRTC
I am building a video calling app, for our team personnels.
So after sometime spent in stack overflow, I made the background service self-starting and alive, for most of the application part.
I kept my phone connected to android studio for quite…

Praveen Kumar
- 125
- 1
- 11
1
vote
0 answers
Getting error while on PeerConnection.IceServer builder error: cannot find symbol method builder(String)
I am implementing Webrtc in android . while implementing I am getting this error
tap here to the issue
List iceServers = new ArrayList<>();
PeerConnection.IceServer.Builder iceServerBuilder =…

Nayan Dubey
- 109
- 10
1
vote
0 answers
AppRTC storing the audio locally
I am using AppRTC which is a iOS wrapper of WebRTC,
I need to record the audio of the Video Call, so that we can play the audio later if needed.
I tried using AVAudioRecorder, but it only records the input of microphone (not the external…

Saif
- 2,678
- 2
- 22
- 38
1
vote
1 answer
Can't reuse PeerConnectionClient after activity recreated
I'm trying to correctly handle screen rotation during WebRTC call on Android.
But after first rotation local video translation stopping.
After creating (or recreating) activty I am creating SurfaceViewRenderers for local & remote…

wingear
- 819
- 9
- 21