Description
We’re using TV boxes running Android 7.1.2 with connected USB cameras.
After migrating to Zoom SDK 6.0.10 the app starts showing a USB permission dialog after connecting to the meeting. Previously used Android Zoom SDK 5.16.2 (seems the last working version without this dialog). The problem is that:
- This dialog appears each time the new meeting connected
- The checkbox “Use by default for this USB device” makes nothing, dialog appears again and again
- Pressing “OK” button crashes the camera. The message shown: “Failed to start the video camera”. It is not working until manually unplug it and plug again.
- The only thing we can do are to dismiss the popup by pressing “Cancel” or “Back” button
- Not clear why this dialog is needed as camera is working well few seconds before showing it.
- The dialog reproduces in a sample app as well.
Steps to reproduce the behavior:
- Run the 6.0.10 android sample app on TV box with Android 7.1.2 and connected camera over USB.
- Join the meeting
- See the popup: “Allow the app Zoom SDK Demo to access the USB device”
- Press the “Cancel” button.
- See that popup dismissed and camera works well
- Exit meeting and join again
- See the popup is shown again
- Check the checkbox “Use by default for this USB device”, then press “Cancel”.
- See that popup dismissed and camera works well
- Exit and enter the meeting again, see the popup is shown again - checkbox has no effect
- Press “OK” button. See that camera is stuck. All the next tries to switch OFF/On the camera shows th error: “Failed to start the video camera”
- All the next tries to enter the meeting shows the same error: “Failed to start the video camera”.
- Unplug the camera manually and plug it again. Enter the meeting. The camera is working and the popup is shown again.
Expected result:
The popup should not be shown at all. The same as in version 5.16.2 and below.
If impossible - make the popup functional: OK button should not crash the camera; the checkbox “Use by default for this USB device” should work and popup not shown again upon checking this checkbox.
Unfortunately I can’t add any screenshots or videos here. Please let me know how I can send it to you