phonertc icon indicating copy to clipboard operation
phonertc copied to clipboard

Not working on Android nor Browser: is the project maintained? Any successful implementation?

Open VinceOPS opened this issue 8 years ago • 3 comments

Hi everyone,

I tried the demo client/server to have a look at PhoneRTC, which looks wonderful as it is exactly what I need for my ionic app. However, it doesn't seem to work - at least from my few tries - on Android nor on Browser. Android : I can connect and start/answer call, but no video nor audio stream. Plus, after 2 or 3 seconds, the app crashes. Browser: I can connect and start/answer call, but no video nor audio stream. Yet I can see the output of my own local camera. NB: everything is delivered through HTTPS, from the client app to the Nodejs/Socket.io endpoint

It looks like the project has not been updated for a while now, so I was wondering if the project is still maintained? And if anyone made a successful implementation of it in an hybrid app?

Thanks

Regards

VinceOPS avatar Feb 04 '17 12:02 VinceOPS

Hi Vince, I've had better luck with these building a WebRTC & Ionic app. https://github.com/webrtc/adapter http://peerjs.com

Also this is a good tutorial on WebRTC from the ground up. http://blog.mgechev.com/2014/12/26/multi-user-video-conference-webrtc-angularjs-yeoman/

mrbfrank avatar Feb 04 '17 19:02 mrbfrank

Hi Brian, thanks for your answer. I don't mind having to write some code but I'd really love to rely on a stable library (I just need 1:1 videocalls, no group calls, no fancy features).

I'll have a look at your resources! :-).

BTW - did you manage to make it work on iOS/Safari? As the features are not available yet, I guess I have no choice but to find/develop a cordova plugin for iOS.

VinceOPS avatar Feb 06 '17 08:02 VinceOPS

Hi vince The plugin phonertc function good for android... i never could test the demo ok... but with my own app it run good on android and in browser you must run... cordova run browser .. to launch the app... in case you use chrome and avoid cross reference with nodejs..you must diasable web security

landycu13 avatar Feb 13 '17 22:02 landycu13