08-01-2022 08:56 AM
I have created a webex meeting using REST API and using "Join a Meeting" REST API to get join url for guest ("so that login to meeting will happen with right name & email of guest instead of allowing him to type it").
08-22-2022 08:19 AM
Hi Ajith, I had a very similar problem, and at the end TAC could help. They said they had changed the option "EnableInPrivateMeeting" (Webex-134908).
08-03-2022 03:07 AM
Does it work when you set joinDirectly to true? It should directly open the meeting on your webex app, but note that if you are logged in with another user on your webex app, then it may ask for the guest's details (due to having different user on the app)
08-08-2022 04:37 AM
We are setting "joinDirectly" to "false", as meeting launch will not happen directly after invoking the REST API.
Attached the request & response JSON of "Join a Meeting" REST API call, once again for reference.
The URL in the response JSON carries all the required attendee information, despite the launch fails by launching the meeting with previous logged in user.
Can you check for issue on Webex side?
08-09-2022 03:45 AM - edited 08-09-2022 03:48 AM
Yes, I had seen that in your payload but I was asking to test it with "true" to see if the behaviour was different. In any case, I tested this scenario with joinDirectly set to false and when I accessed the join Link through browser, it let me get into the meeting directly. However, it will take the logged in person on your webex desktop app as the person who will be joining the meeting. I'm not sure if this is expected, I will check with engineering and come back to you.At the moment, it looks like you need to ensure that the logged in user on the webex app is the user who is intending to use the join link to enter the meeting.
08-09-2022 04:21 AM
Actually, I just checked my tests further and in fact the correct user got into the meeting for me. I confused myself with all my test users, but in fact the join link I created did allow the expected user (user I added to the request payload) to access the meeting. It even will allow correct user to access the meeting even if the logged in user on the webex app is a different user. So it is working as expected for me. Are you experiencing a different behaviour? If yes, are you trying to create these join links for meetings that are in the past?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide