Questions tagged [apprtc]

98 questions
1
vote
1 answer

Create PeerConnection exception: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer

I am using appRTC to make demo app. I have setup following things successfully but got stack with JSON format that return in response of Turn-server API. Use SSL for secure connect to make it work on Google Chrome (Done) Implement custom WebSockets…
Muhammad Hassaan
  • 7,296
  • 6
  • 30
  • 50
1
vote
0 answers

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 : VideoCapturer videoCapturer =…
Slimane amiar
  • 934
  • 12
  • 27
1
vote
0 answers

Apprtc - Websocket connection failed

I have installed and configured AppRTC, Collider, turn-server successfully. But I am facing an issue of Websocket Error. Google chrome console errors are as follows: Initializing; server= undefined. apprtc.debug.js:5583 1.413: Initializing;…
droidster.me
  • 558
  • 8
  • 16
1
vote
1 answer

Integrating AppRTC to Ionic - iOS linker error

I am integrating AppRTC to my hybrid app (ionic 3 and angular 4)... iOS AppRTC Integration: https://github.com/ISBX/apprtc-ios I've successfully installed the pod and build the project without errors but when I add [RTCPeerConnectionFactory…
black1011
  • 284
  • 3
  • 18
1
vote
1 answer

Fatal error in ../../webrtc/modules/utility/source/jvm_android.cc

We are facing one issue related to Twilio Programmable SDK & AppRTC version 57 for Android. As we have integrated both in existing Android application. You can have a look at the below link for your reference on Gradle dependencies and log cat crash…
1
vote
1 answer

iOS WebRTC P2P Connection with ICE Server

I have an ios app written in swift setup with AppRTC code from here. I have the app setup on two phone and everything works when connecting to googles http://appr.tc. I would like to take google's apprtc out. When I setup both apps with ICE servers…
Alex Pelletier
  • 4,933
  • 6
  • 34
  • 58
1
vote
1 answer

go lang too many arguments in call

I am enhancing this Golang project: https://github.com/webrtc/apprtc/blob/master/src/collider/collider/collider.go I added new parameters to the Run method: // Run starts the collider server and blocks the thread until the program exits. func (c…
ssk
  • 9,045
  • 26
  • 96
  • 169
1
vote
2 answers

How to disable audio in webrtc mobile app(ios) without changing in framework

I am working with webrtc mobile(ios). I can't disable audio in webrtc(ios). I have got no flag to disable audio.By changing in framwork/library it can done easily. My purpose is that I have to disable audio without changing in framework/library. Can…
Faruk Hossen
  • 185
  • 1
  • 8
1
vote
3 answers

What's missing in Answer SDP (From web browser to android device)

I've customized Apprtc project. i can call from an user and other user can answer call or reject call When I call from android to web browser, I can't See video source of web browser in android device but I can see video source of android in web…
Saeed
  • 572
  • 2
  • 7
  • 19
1
vote
1 answer

Apprtc With PushNotificaiton

Consider I logged in as "Alice" In List View I'm showing list of users,If i click on any user I'm initiating video call,user which i selected(eg I selected "BOB") has to get Push notification,Once BOB Clicks on that notification Call has to connect…
1
vote
0 answers

Need a AppRTCMobile run log?

I trying to use webrtc ios, but I encounter some diffcult, I hope one running log of AppRTCMobile (ios). Can you help me.
Janu zhou
  • 31
  • 6
1
vote
1 answer

How I can record and save RTCVideoTrack locally in appRTC iOS?

I am using replay kit to record the screen, what I want to achieve is recording or capturing the screen with Audio while I am doing a call using webRTC SDK. I have used appRTC from github. I think I can achieve this by AVCaptureSession! as I want…
Manish Pathak
  • 3,224
  • 1
  • 18
  • 22
1
vote
1 answer

webRTC appRTC , connection is getting automatically terminated between a call after a interval of approx 2 mins (ISBX demo)

I am using a git library from ISBX and integrated video calling feature in my swift application all is working okay Its just a major blocker is after 2 minutes of time approx the connection gets automatically terminated with the following error:-…
Manish Pathak
  • 3,224
  • 1
  • 18
  • 22
1
vote
0 answers

Where are appRTC default parameters specified?

AppRTC, the webRTC demo app, includes a long list of parameters. These can be set in the URL, as explained: https://apprtc.appspot.com/params.html Where/how are the default parameters set programatically within the code? For example, if we want to…
user2330237
  • 1,629
  • 5
  • 20
  • 39
1
vote
1 answer

how to customise AppRTC to receive call

I have integrated AppRTC in my project and I am able to join the WebRTC call in the room of https://apprtc.appspot.com using RoomName appClient = ARDAppClient(delegate: self) appClient?.createLocalMediaStream() …
Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241