Zoom client view web sdk does not provide configuration to hide Leave Meeting button

install dependencies:

  "dependencies": {
    "@zoomus/websdk": "^2.7.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.4.0",
    "react-scripts": "5.0.1"
  },

create meeting and join, when you click on end btn in bottom right. you see two options:

  1. Leave meeting
  2. End Meeting for All

i dont want to see Leave meeting btn.

in ios sdk:
There is an option in in SDK settings. hostLeaveHidden. Set it to true.

but in client view web sdk there is no such option.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.