Questions tagged [phonertc]

PhoneRTC is a Cordova plugin that makes it easy to add WebRTC-based voice and video calls to your Android/iOS app.

42 questions
1
vote
1 answer

Phonertc demo crash in android6

I'm using cordova 6.0.0, cordova@android 5.1.0, Android 6 and phoneRTC plugin https://github.com/alongubkin/phonertc.git My app is working and the demo in the plugin code too with cordova 6.0.0, cordova@android 5.1.0 and android…
mAlaniz
  • 13
  • 5
1
vote
0 answers

PhoneRTC support for browsers

I could deploy demo https://github.com/alongubkin/phonertc/ and connected mobile devices Android/Android and Android/IOS. But not clear how to connect mobile device with browser. I'm tryied to use PhoneRTCProxy.js but still without success. If any…
Igor
  • 86
  • 5
1
vote
1 answer

PhoneRTC: Send data from Java to Javascript on start

I have included phonertc sample application as part of my Android Native Java Application. On my home activity, I have a button which start the phonertc sample app on click. Here is what button does: Intent i = new Intent(this,…
SamFast
  • 1,054
  • 2
  • 16
  • 31
1
vote
3 answers

Cordova ignores the specified architecture when building on IOS

I'm trying to build the PhoneRTC demo on IOS after managing to get it to work on Android and web browser (OS X 10.10.2 Yosemite, XCode 6.1.1, Cordova 4.2.0 and my iPad is running iOS 8.1). My iPad is plugged in. I followed the installation steps for…
Francis BF
  • 13
  • 1
  • 4
1
vote
1 answer

PhoneRTC Swift update causes no audio on ios

I've built iOS and Android versions of the PhoneRTC project. 1 Android device (KitKat 4.4) and 1 iOS device (iphone 4, iOS 7.1). Both connected to private lan 192.168.1.x. Also, tried TURN server and confirmed successful TURN server messages in…
Rich Storm
  • 23
  • 4
1
vote
0 answers

cordova3.5 Install phonertc plugin error

I found someting error when I install cordova plugin ,I run this command in my Cordova project directory. $ cordova plugin add https://github.com/alongubkin/phonertc.git Fetching plugin "https://github.com/alongubkin/phonertc.git" via git…
0
votes
1 answer

PhoneRTC in Ionic

I successfully manage to run the demo but in my case I want to make a video chat to make each one of clients to see each other but in the demo you can just see the caller or callee. How can I use phonertc just like the messenger app.. Thanks
0
votes
1 answer

PhoneRTC Swift Compiler errors

Using Alon Gubkin's PhoneRTC plugin, but unable to build the application due to 20 Swift Compiler errors...I've seen others have had the same issues, so looking to see if anyone has a solution
Dan w
  • 151
  • 1
  • 3
  • 15
0
votes
1 answer

Cordova phonertc demo working on android but not on browser

I'm experimenting with the phonertc cordova plugin. Any public demo wasn't working for me, so i've written one by my self, copying the structures of the examples of the original repository. The demo is a simple audio call between two users that are…
Giosch
  • 11
  • 5
0
votes
1 answer

phonertc is not defined - Cordova phonertc on browser

I'm trying to build a test app using the phonertc plugin for apache cordova. I'm following the wiki, so i've created the turn server, and i've implemented a socket.io signaling server. All those servers are working. But when i try build a demo app,…
Giosch
  • 11
  • 5
0
votes
0 answers

Cordova stops when trying to initialize phonertc

I'm trying to use the PhoneRTC plugin on my Ionic project. I've followed this guide, but everything stops when calling: var session = new cordova.plugins.phonertc.Session(config); There are no errors, it just stops. Code: function call(isInitiator,…
Kriss
  • 21
  • 3
0
votes
1 answer

Cordova Plugin Initialization

Getting errors in XCode for the following code within a Cordova plugin for Meteor 1.2: PhoneRTCPlugin.swift override init(webView: UIWebView) { super.init(webView: webView) } The errors are: Cannot override 'init' which as been marked…
user2330237
  • 1,629
  • 5
  • 20
  • 39
0
votes
1 answer

Phonertc demo works only windows x windows in browser but not working in devices

I have two problems. 1 - This only works with windows x windows chrome. If I test with ubuntu or mac with chrome, doesn´t work, I can login, but I call another user and stay the screen and call in process... 2 - In device, line var socket =…
lleme
  • 45
  • 3
0
votes
1 answer

PhoneRTC Signal and Turn servers Vs Asteriks server

REQUIREMENTS: I was looking at using PhoneRTC Cordova plugin to broadcast a message from an Android tablet to a speaker/microphone device, where both these devices are in a private network based on an Asteriks server. So any message from tablet to…
Sunil
  • 20,653
  • 28
  • 112
  • 197
0
votes
1 answer

Using PhoneRTC with Worklight

I'm trying to implement a video chat in Worklight using PhoneRTC. First, I add the Java files to my Worklight application and add the feature in my config.xml. The problem is that when I use the PhoneRTC function in my main.js I get an error in the…