nextcloud / talk-android

📱😀 Video & audio calls through Nextcloud on Android
Other
550 stars 248 forks source link

Chromebook support #555

Open tobiasKaminsky opened 5 years ago

tobiasKaminsky commented 5 years ago

Acer Chromebook 13 says NC Talk is not compatible. Not all Chromebooks have camera, so this must be optional.

Please refer to https://github.com/nextcloud/android/pull/4076. In Files case I just disabled possibility to use camera if there is none.

mario commented 5 years ago

Already optional, this is the real issue:

<uses-feature
    android:glEsVersion="0x00020000"
    android:required="true" />

There's a way to workaround obviously, but then no video calls for people at all (even receiving video).

tobiasKaminsky commented 5 years ago

Damn… ;-)

tobiasKaminsky commented 3 years ago

Still does not work.