Setting vanityID when using StartParam4WithoutLogin causes SDKERR_INVALID_PARAMETER

Description
We’re using the StartParam4WithoutLogin class in a to allow a user to start a meeting using our C# app. Recently we found out that users have been unable to start meetings and we were seeing SDKERR_INVALID_PARAMETER. After a lot of troubleshooting including updating the SDK to the most recent version (5.17.6.31095) we discovered that the meetings would start as long as we did NOT set the vanityID property of our StartParam4WithoutLogin object.

Which Windows Meeting SDK version?
Windows C# wrapper 5.17.6.31095

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

  1. Using StartParam4WithoutLogin try to start a meeting with the vanityID property set
  2. The meeting will not start and you’ll receive a SDKERR_INVALID_PARAMETER error

Troubleshooting Routes
Tested both with our code and in the sample app.

Device (please complete the following information):

  • Device: Multiple Windows PCs
  • OS: Windows 10 and 11

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