Questions tagged [apprtcdemo]

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

70 questions
1
vote
0 answers

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 connection to any root cert # # Fatal error in…
Ravi
  • 11
  • 1
  • 4
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

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
0 answers

iPhone 4s armv7 video quality is quite poor in webrtc ios

I have testing for iPhone6 with Webrtc works well. But 4s Video Streaming is very poor quality. Same time video can freeze then Slow Working but not proper show. How I can faster Video streaming With 4S.
1
vote
1 answer

PubBub WebRTC Android Demo is Not Connecting from Android to Android

When I tried the demo app https://kevingleason.me/AndroidRTC/, it was working as expected. But when I tried with two android devices, I can make a call and receive call, but they don't get connected. In both devices, its own camera feed is…
solar
  • 31
  • 3
1
vote
1 answer

2. 3 PERFORMANCE: ACCURATE METADATA

I don't understand this itunesconnect message? I use this library: https://github.com/ISBX/apprtc-ios/issues We noticed that your app or its metadata includes irrelevant third-party platform information. Specifically, Android is mentioned in…
Jealian
  • 105
  • 13
1
vote
0 answers

AppRTC is showing duplicate symbol for architecture x86_64

I've a unique problem. I'm including the AppRTC in my project via. podfile. It is successfully getting installed and along with it libjingle_peerconnection and SocketRocket libraries are also getting installed. However when I build my project it…
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
1
vote
2 answers

Can I integrate WebRTC-Native Android demo with my kamilio/freeswitch?

I m new to here so maybe my question is also looks silly. If so, please teach me then I will very appreciate for it. question: I m going to build webrtc android client for my kamilio/freeswitch. So I've built webrtc for android and tested AppRTC…
gstream
  • 525
  • 6
  • 18
1
vote
2 answers

How to deploy Apprtc's collider into Google App Engine?

I have deployed the apprtc's google app engine code on my own GAE server. I don't find instructions on how to deploy the Go based collider for websocket signaling. Here is the collider project:…
ssk
  • 9,045
  • 26
  • 96
  • 169
1
vote
1 answer

android - libjingle_peerconnection_so.so

i am using android source code for web rtc that placed in code.google but when i am trying to run this application in my device and enter a room name to connect in it click on call this error appears in my logcat: No implementation found for native…
1
vote
2 answers

AppRTCDemo app crashes on iPhone5, iPad4 (iOS 8.1)

I just start researching webrtc. I can build the latest webrtc (r.8107). The AppRTCDemo is crashed when i join room. It seem the resolution is so large. I try to change some code in ARDAppClient.m file: // RTCMediaConstraints *mediaConstraints =…
phuongle
  • 1,166
  • 11
  • 17
1
vote
4 answers

Include WebRTC in iOS project

I trying to deal with the AppRTCDemo projet but I am getting error. Which library I forget to include ? Log error : Undefined symbols for architecture armv7s: "_OBJC_CLASS_$_RTCVideoRenderer", referenced from: objc-class-ref in VideoView.o …
user1269586
  • 372
  • 1
  • 6
  • 27