67 questions
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/...
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
3
answers
4k
views
API Documentation for WebRTC Android Library [closed]
I'm learning WebRTC and I have found its JavaScript documentation quiet good. But then, I want to work with webrtc on Android. So I found this page. After Adding the libraries I cannot find ...
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 ...
0
votes
0
answers
269
views
Exception when calling WebRTC Class, while connecting to a peer to peer Connection
I am connecting with the signaling server using an AppRTC Peer to peer connection. I use WebRTC Framework. All file & classes are working fine and the setup seems correct.
But when I call this ...
0
votes
1
answer
297
views
How to reduce the APPRTC library size?
In my app , I implemented APPRTC. Before implement the APPRTC my app size is 6MB. After implemented APPRTC My app size went 16 MB. i am using one to one Voice chat only. Can we have any other options ...
1
vote
0
answers
89
views
Android show camera capture on screen before getting a peer connection
I am using appRTC to make video calls, but there is a time when the screen is black before connecting to the server, instead I would like to show the camera capture on the screen while waiting :
...
3
votes
0
answers
3k
views
WebRTC ICE connection state changed to: failed
I downloaded code of a opensource WebRTC application demo project provided by google WebRTC team from GitHub
with this URL :
https://github.com/webrtc/apprtc
This project runs with Google Cloud SDK ...
2
votes
0
answers
307
views
send call to the device like callKit
I am using the AppRTCDemo-master sample for video calling. It is working if both the devices are connected to the room. I want to send a call to the other device if the app is not open also.
Here is ...
1
vote
0
answers
154
views
Info needed on deployment instructions of webrtc's apprtc - https://github.com/webrtc/apprtc on MAC OS
1. I have cloned the git repo of apprtc - https://github.com/webrtc/apprtc
2. Altered the code to include status messages
3. Run the code locally successfully - it works fine on local host.
4. Stuck ...
0
votes
1
answer
349
views
Cant access apprtc from another machine in same network
Iam new in webRtc. I need to run appRtc application on my local machine. I got the codebase from github and successfully run on my local ubuntu machine.
these are logs when try with browser on my pc
...
0
votes
1
answer
743
views
create multiple client on apprtc
I am new in webrtc.I need to create a new implementation of webRtc. I got the source code of apprtc from Github. it is working fine on my local machine.
But in apprtc, it will support only maximum 2 ...
1
vote
0
answers
171
views
Fatal error in ../../video/video_receive_stream.ccafter calling webrtc from my application iOS
Hi i have integrated AppRTC(webrtc demo app) application into my Application, it builds fine, but when i turn on video call its crashing with following error
SocketRocket: In debug mode. Allowing ...
3
votes
0
answers
4k
views
WebSocket closed with code: 1001 reason:Stream end encountered wasClean:0
I am trying to run AppRTC-iOS(native iOS video chat app based on WebRTC) I am able to connect web socket connection and also WebRTC able to receive sdpOffer.
When I am receive the call and video ...