PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

[BUG]-Zoom passcode and incoming call prompt states on cancel #1028

Closed jkdevito closed 1 year ago

jkdevito commented 1 year ago

Was this bug identified in a specific build version? Essewntials 1.12.1

Describe the bug If a user cancels the passcode prompt or shut down the system while the prompt required is true, the _meetingPasswordRequired is not getting reset.

To Reproduce Steps to reproduce the behavior:

  1. Join a zoom call that requires a passcode prompt
  2. EIther cancel the password prompt or shutdown the system
  3. Next attempt to join a call or start a call does not work and the console shows the following message when in appdebug 2
    • Blocking commands to ZoomRoom while waiting for user to enter meeting password

Expected behavior When a user cancels/dismisses the meeting password prompt or selects another action that dismisses the meeting password prompt, the _meetingPasswordRequired property should be reset.