Password incorrect not returned if IMeetingConfigurationEvent returns an empty string

Description
For a meeting that requires a password, if InputMeetingPasswordAndScreenName() of IMeetingConfigurationEvent passes in empty string, the incorrect password handler Password4WrongPassword isn’t called.

Which Windows Meeting SDK version?
Zoom Meeting SDK - Windows - 5.14.5

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

  1. Create a meeting which requires a password
  2. Attempt to join it with the SDK without passing in the password
  3. IMeetingConfigurationEvent is called to pass in the password
  4. Pass in an empty string
  5. This does not cause IMeetingConfigurationEvent to be called again with an incorrect password.

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