Questions tagged [apprtcdemo]

apprtcdemo is a opensource demo project provided by google webrtc team.

70 questions
0
votes
4 answers

Switch between Audio and Video call in appRTC Android code

I integrated appRTC code in my Android application for calling purpose, which is done. Now the Video & Audio calling is working fine. My problem is, I need to achieve following things. 1. Mute & Unmute Audio while calling. 2. Switch Video call to…
Alex Chengalan
  • 8,211
  • 4
  • 42
  • 56
0
votes
1 answer

Package not found with apt-get install

I am trying to install packages g++, libnss3-dev,libpulse-dev,libjpeg62-dev libxv-dev,libgtk2.0-dev,libexpat1-dev in order to run AppRTCDemo. I am writing: apt-get update apt-get install g++ And I am getting the message that package can not be…
user1680859
  • 1,160
  • 2
  • 24
  • 40
0
votes
3 answers

I have a TURN server, but what do I lack ?

I am building a WebRTC videoconferencing service for iOS and Web. We have so far used tokBox, they deliver the whole package (client API (ios and web) + TURN server. Their solution also takes care of generating tokens and session ID etc. But we…
KML
  • 2,302
  • 5
  • 26
  • 47
0
votes
0 answers

Possibilities of Fingerprint Issue in WebRTC

I am testing WebRTC implementation with Apprtc demo for iOS I am facing a issue where the fingerprint does not match in the local sdp we send. Failed to set session description. Error: Error Domain=RTCSDPError Code=-1 "The operation couldn’t be…
ipraba
  • 16,485
  • 4
  • 59
  • 58
0
votes
1 answer

WebRtc build for Android (AppRtcDemo)

Does anyone currently know where I can find a working AppRtcDemo. I have tried: 1) Using https://github.com/pristineio/webrtc-build-scripts to build on Ubuntu 14.1 with Java 1.7.0_71 and it failed for various reasons. a) Failed to checkout…
ssk
  • 9,045
  • 26
  • 96
  • 169
0
votes
1 answer

CORS on GAE AppRTC clone

I installed a clone of the AppRTC GAE application, but I have a CORS problem with the response that comes from the TURN server. I have installed my own TURN server on a VPS, but the problem with the CORS request continues and I have no idea how to…
Cristian Holdunu
  • 1,880
  • 1
  • 18
  • 43
0
votes
1 answer

Use AppRTCDemo with custom server

All is in the title, I want to use my custom server inside the AppRTCDemo sample app (https://github.com/gandg/webrtc-ios/tree/master/ios-example). Any idea? Thanks :)
user1269586
  • 372
  • 1
  • 6
  • 27
0
votes
1 answer

Not able to compile WebRtc AppRTCDemo android application

Not able to compile WebRtc AppRTCDemo Android application using Ninja tool. I am following instructions as given in this README file. I run this command sudo ninja -C out/Debug AppRTCDemo But it gets stuck on following lines: log: ninja version…
User7723337
  • 11,857
  • 27
  • 101
  • 182
0
votes
2 answers

when we are testing the webrtc in the chrome is it uses the native code and jni code that written in android

I am working on webrtc project in my office. And i need to test webrtc for to know the flow of the function calls. i tried testing the webrtc using google apprtc from their website appspot in my android chrome browser and other browsers. I also…
optimus prime
  • 764
  • 1
  • 13
  • 39
-2
votes
1 answer

Add dial/receive signalling mechanism for AppRTCDemo at client side

Hi I am using AppRTCDemo and its working on their server. How ever the current mechanism is for exchanging chat-rooms name and entering the same room connects the peers. But I want to dial a call from one device to receive a call from other device…
Addi.Star
  • 475
  • 2
  • 15
  • 36
1 2 3 4
5