Description
When our SDK app joins a meeting with active transcription, the Zoom Meeting SDK displays a notification dialog informing the user that the meeting is being transcribed. However, our app runs on Android TV OS, where this dialog creates a usability issue :
- The dialog is not focused by default and is not focused via D-pad/remote control.
- It can only be dismissed via touch events, which are not available on Android TV devices.
- This blocks the meeting content behind it.
Which Android Meeting SDK version?
Meeting SDK for android - 6.6.5
To Reproduce
Steps to reproduce the behavior:
-
Use the Zoom Meeting SDK for Android (v6.6.5) sample app with custom UI enabled or equivalent on android TV OS device.
-
Join a meeting where it is being transcribed.
-
The SDK pops up a dialog that the meeting is being transcribed.
-
Attempt to dismiss the dialog using the Android TV remote (D-pad navigation).
Device Info:
-
Device: Android TV/device
-
OS: Android 11
Additional Notes:
- Is there a way where we can add a configuration to automatically dismiss the transcription dialog after a timeout ?
- Or an ability to request focus on the dialog’s dismiss button so it can be dismissed via remote control ?
- Also, since we are anyways using Custom UI, is there a callback to detect when the transcription dialog would be shown and display our own Android TV-compatible notification and
handle the dismissal logic ourselves ?
