vialer / vialer-js

Pluggable WebRTC softphone and communication platform.
MIT License
1k stars 60 forks source link

Porting Vialer-js webview on Mobile application #217

Open hpsony94 opened 5 years ago

hpsony94 commented 5 years ago

Hi guys,

I'd like to ask you about the plan to port vialer-js on Mobile (Android/iOS) platform? I'm trying to porting it but I'm stuck with device problems (Mic, speaker...)

Has anyone tried it?

Thanks, Sony

ghost commented 5 years ago

In case you're interested: I'm working on a fork with PWA(Android) support: https://github.com/garage11/ca11

hpsony94 commented 5 years ago

hi @jvanveen

it sounds good when I get your repo, anyway I tested https://ca11.io/ on my android phone, its performance is not too good, it's so lag ^^

Would you like to share your document which is related to ca11 protocol? I'm pretty interested in OTT app and WebRTC ^^ hope it can learn more :)

BR, Sony

ghost commented 5 years ago

Its performance is quite ok on my Xiaomi Mi5. Haven't had the time yet for performance tuning. I suspect WebRTC video may slow things down on mobile. There is no protocol documentation yet; only a draft implementation that proofs that the crypto part works. It's good practice to design it on paper. Will start with that next week (https://github.com/garage11/ca11/issues/7)

hpsony94 commented 5 years ago

Hi @jvanveen ,

Thanks very much for your information, I think so its occurs due to WebRTC video always appear on the app. ca11 protocol sounds interesting. I will take a look at it soon.

BR, Sony