100mslive / 100ms-flutter

Flutter Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
140 stars 70 forks source link

🐛 1,290 devices no longer supported due to autofocus #1816

Open tgpsantos opened 5 days ago

tgpsantos commented 5 days ago

Description

Hi guys,

After adding hms sdk and submitting our new version to the Play Store, we're getting a warning that hundreds of devices will stop being supported. A subset of them seem recent / up-to-date.

The reason is they don't support the mandatory autofocus feature in HMS SDK.

Is it really mandatory, or can we override so it's not necessarily required ?

100ms Flutter Version

any

Steps to reproduce

  1. have an existing app in Play Store
  2. add hmssdk to dependencies and generate bundle
  3. upload new bundle to Play Store

Expected results

No drop in supported devices

Code example, screenshot, or link to a repository

Code sample ```dart ``` ### Logs
Logs ```console ```
### Flutter Doctor output
Doctor output ```console ```
github-actions[bot] commented 5 days ago

Hello! Thank you for filing an issue.

Please include relevant logs or detailed description for faster resolutions.

We really appreciate your contribution!

ygit commented 4 days ago

@tgpsantos are you using the hms_room_kit package or only hmssdk_flutter ?