97 questions
2
votes
0
answers
181
views
Webrtc Screen Sharing for p2p
I have setup the source using by below git repo. Audio/video calling is working fine, but there is not an option for screen sharing.
I have added one button for screen sharing but that does not ...
1
vote
2
answers
3k
views
https://appr.tc is down. How to set up own signaling server/ room server URL?
I'd developed a video calling app on Android using WebRTC and was using the https://appr.tc as the signaling server (Room Server URL). But according to https://groups.google.com/g/discuss-webrtc/c/...
2
votes
1
answer
228
views
Turnserver showing WebSocket open error: WebSocket error after trying to join a room
My app has 1:1 video calling feature and for that I set up my own turnserver. The turnserver was running perfectly till yesterday. When I try to call from app, turnserver rejects. I tried turnserver ...
1
vote
1
answer
1k
views
How to ICE Restart in Android peerconnection client? [duplicate]
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 ...
1
vote
0
answers
138
views
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 ...
1
vote
1
answer
931
views
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 ...
2
votes
0
answers
199
views
Application crashed on closing peer connection appRTC android
I have implemented appRTC in my app but changed its flow to multiple guests with one host (like a conference meeting etc.). But the issue I am facing is when I disconnects from host side the app got ...
1
vote
1
answer
566
views
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 ...
5
votes
0
answers
372
views
Stop transmitting audio when app is in background in android webRTC/AppRTC
I am working on webRTC on the android platform. I run the appRTC code(https://github.com/njovy/AppRTCDemo). Now I joined the call from the android mobile and one from the web(https://appr.tc/). it is ...
4
votes
0
answers
597
views
App crashing on disconnecting call webRTC android
In my app, I have implemented webRTC. A host goes live and multiple guests can join him to watch his stream just like Facebook Live or insta Live. But when a stream is live and have any guests, I ...
3
votes
0
answers
656
views
Random Crash in webrtc native library
I am getting this error randomly on some device when I request to close peerconnection on release build.
I have tried to set pro-guard rule for this but still getting below error.
Please help me on ...
1
vote
1
answer
424
views
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 ...
2
votes
0
answers
1k
views
How to drag org.webrtc.SurfaceViewRenderer android?
This is layout of videocall in my app. I use webrtc library.
https://i.sstatic.net/akK7p.jpg
I want to drag SurfaceViewRenderer which on right&top to any where in screen device.So how can I do ...
3
votes
0
answers
697
views
Update AppRTC android code with Unified semantic plan
I am working on webRTC on the android platform. It's working with libjingle peerconnection library and planB semantics plan. But now I am updating apprtc code with the latest webRTC version from here ...
0
votes
1
answer
504
views
ISBX/apprtc-ios does not work on iOS 13 - no video not working
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 my device to iOS 13, it seems the front ...