You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 151 is apart of a function between lines 147 through 160 called zoomToolsVisibility (see below). This function is used to hide and show the Zoom Tools UI as needed. visibility on line 151 is referencing the function parameter on line 147 and can change depending on when this function is called when the script is live.
For example, if the UI needs to be show, the function will be executed as zoomToolsVisibility('Auto') or as function zoomToolsVisibility('Hidden').
But you'll see additional logic in the function that references the config config.ui.settings.dtmfTools which if this is true, it will allow this UI to show and hide with the call, else it will always remain hidden.
With that said, are you facing any issues with the Zoom Tools UI?
On line 151 on the JoinZoom_Main_4-1-1.js, it shows the following:
Visibility: visibility
I believe this should be:
Visibility: 'Auto'
The text was updated successfully, but these errors were encountered: