Meeting SDK Web Component view, is there a passcode input interface for the user?

Description
We are currently trying to integrate the Zoom component into our website, but unfortunately using the component view for a password-protected meeting won’t work unless it is passed to the client.join() properties such as:

client.join({
  sdkKey: sdkKey,
  signature: signature
  meetingNumber: meetingNumber,
  password: password,
  userName: userName,
  zak: zakToken
})

is there an interface option here same as the screenshot to get the user input for the password in the component view?

Screenshot 2022-11-18 at 12.33.04

if no password is passed in the properties, an error will appear:

Screenshot 2022-11-18 at 12.37.29

Which Web Meeting SDK version?
2.8.0

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Create a zoom meeting with a password
  2. try to join through a Component view integration

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