You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
VinceOPS
changed the title
Is the project still maintained? Any successful implementation?
Not working on Android nor Browser: is the project maintained? Any successful implementation?
Feb 4, 2017
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.
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
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
The text was updated successfully, but these errors were encountered: