When I join a meeting with the WEB SDK i get to following error on pressing the “Phone Call” button:
Uncaught TypeError: Cannot read property 'label' of null
at zoom-meeting-1.8.3.min.js:2
at Td (react-dom.min.js:82)
at hi (react-dom.min.js:102)
at Qg (react-dom.min.js:144)
at Rg (react-dom.min.js:145)
at Sc (react-dom.min.js:158)
at Z (react-dom.min.js:156)
at ah (react-dom.min.js:159)
at xf (react-dom.min.js:40)
Also I can’t disable the Phone Call button via the ZoomMtg.init options. I tried as such:
disableCallOut: true
disableJoinAudio: true
Finally I tried to switch between versions 1.8.0 1.8.1 and 1.8.3, but that didn’t solve the problem