skype web app
-
@mihael There is this link for support https://gitlab.com/rubencarneiro/webskype/issues
-
@Lakotaubp I previously tried that link but it returns page not found. That is why I try to ask these questions here...
-
@mihael Just a thought but anything on Git hub?
-
@Lakotaubp Nothing there either, thanks for the suggestion!
-
There is a bug somewhere in the OS/Morph where Morph does not have access to the camera, at all. As far as I can tell no webapp will be able to do video chat, and we have no native clients either.
This is the reason I cannot recommend UT to family, and why I need a second device (Android).
Maybe one day...
-
@Giiba Oh, thank you, I never knew that this is a problem with Morph. I think you are right, I tried to visit some websites to test my webcam and the result is that it didn't work from the browser...
-
From https://forums.ubports.com/topic/3638/camera-app-made-with-html-css-java-not-having-acces-to-camera/15 :
"It is currently not possible to use camera from browser, because QtWebEngine isn't using QtMultimedia for camera yet." -
Good finding!
I knew I had seen that report somewhere but couldn't locate it myself.
Makes me wonder if a web app can be built using QtMultimedia... hmm.
-
Any idea why the images don't show up in skype webapp?
-
No idea. But since the repository has been deleted I'd suggest giving up and trying to make a new webapp. Not that that will solve the issues either
-
@Giiba I tried but I don't know what to write for user agent so that web.skype.com would not say that this device is not supported...
-
@mihael that is a tricky issue. If you search online you can find plenty of lists, only way I know of is to keep trying until something works.
For what it is worth, I got Github to work in a webapp (Morph gets a browser not supported message) with:
Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
-
@Giiba Thank you... I will try more when I will find some time...