stan_b
(Stan)
April 8, 2020, 2:59am
1
Description
Passwords that contain non-alphanumeric characters such as @
fail on join with an error citing invalid password.
Error
Invalid password
Which version?
1.7.4
To Reproduce(If applicable)
Steps to reproduce the behavior:
Create a meeting with a password such as “abc@”
Join the meeting in the SDK 1.7.4 with that same password, it fails with “invalid password”
Notice this does work if you join via the native app
tommy
(Tommy Gaessler)
April 8, 2020, 6:54am
2
Hey @stan_b ,
Can you try using the numeric version of that password?
For example, please see the h323_password
and pstn_password
fields:
Hey @bizstim.apps , and everyone,
Here is a the request/response from a meeting I just created with a password:
POST https://api.zoom.us/v2/users/me/meetings
BODY:
{
"topic":"Test Password",
"type":2,
"start_time": "2020:04:05T00:00:00Z",
"duration": 30,
"password": "1234@"
}
Response:
{
"uuid": "",
"id":,
"host_id": "",
"topic": "Test Password",
"type": 2,
"status": "waiting",
"start_time": "2020-04-03T03:39:39Z",
"duration": 30,
"timezone": "Americ…
EDIT:
Looks like this could be related to:
Thanks,
Tommy
stan_b
(Stan)
April 8, 2020, 1:37pm
3
Indeed, workaround is to just use alpha-numeric passwords up to 10 chars now.
Hi @stan_b ,
We are working on updating the WebSDK to accept non alpha numeric passwords in a future release. You can subscribe to our updates to get notified of when we do - https://marketplace.zoom.us/docs/changelog
Thanks