Asking for registration to join the meeting

I have created meeting which requires registration using
users/xxxxxx/meetings
with below details

{
“params”: null,
“topic”: “Demo Meet 4”,
“start_time”: “2023-09-28T13:53:00Z”,
“agenda”: “”,
“type”: 2,
“password”: “12345”,
“duration”: 60,
“registration_type”: 1,
“settings”: {
“approval_type”: 0,
“registrants_confirmation_email”: false,
“waiting_room”: 1,
“join_before_host”: 1,
“jbh_time”: 5
}
}

then I have added meeting registrant to the same meeting using
meetings/xxxxxx/registrants
{
“first_name”: “test”,
“last_name”: “user1”,
“email”: “testuser1@gmail.com
}

but when the user (testuser1@gmail.com) trying to join the meeting (web-skd) it asking for registration to join the meeting.

if I am adding the registrant then why it asking again for the registration?

Hi @scan
Thanks for reaching out to us!
The user that has been added as a registrant will have to use the join URL from the registration response to access the meeting

Hi @elisa.zoom ,

Thank you for the response . I will try and get back.

1 Like

Hi @elisa.zoom

How can we use this join URL at Zoom-Meeting-SDK-WEB.

We wanted user to join the meeting at WEB-SDK?

Can you please help me with that?

so you want the user to join using the join URL and meeting sdk embedded in your application?

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