08-24-2017 09:27 AM
GethosturlMeeting and GetjoinurlMeeting works well for our Meeting Center meetings. However, Event Center does not appear to have these calls. Is there an equivalent call for that product? If not, how do I log a user in and pass them into the meeting without them having to take any manual action?
I should note that the URL API is not a viable alternative. We had issues with those calls failing to log attendees out from previous sessions. More importantly the URL API requires us to expose the event password, which could then be used to bypass our system entirely to enter into the Webex webinar.
Solved! Go to Solution.
08-30-2017 09:36 AM
These calls should work for all Centers, its not specific to MeetingCenter.
08-30-2017 09:36 AM
These calls should work for all Centers, its not specific to MeetingCenter.
03-16-2018 02:18 AM
It seems that it doesn't work for Event Center. It returns the URL like this:
mytrials-eu.webex.com/mytrials-eu/m.php?MTID=eabced1bb896b8c85420573716da46b39
but the correct URL for attendees is:
mytrials-eu.webex.com/mytrials-eu/onstage/g.php?MTID=ecb55f2c0c6316b64b75ec864949cf536
Can you please confirm if it is correct way for getting this URL? I don't see this URL for attendees on the Event data too (GetEvent api method).
Thank you,
Bartosz
03-16-2018 10:35 AM
Hello,
The first URL in your example is specific to a single attendee and includes reference to their name, email address, session key, session password, and registration ID, if/as provided in the GetjoinurlMeeting request, and will directly launch the Event Center application. The second URL is a generic URL that routes attendees to a join form to enter their details manually before joining. These are both valid examples of join URLs, and the first is the expected behavior for GetjoinurlMeeting.
03-19-2018 12:34 AM
Hello,
thank you for your help! I have noticed that the Registration checkbox must be unchecked on the event settings and then the URL from GetjoinurlMeeting works fine. User's email address has to be provided on the request too.
Best regards,
Bartosz
03-19-2018 10:27 AM
Email address is always required to join. For cases where registration is enabled, a registration ID is also needed, and is supported by this request as well.
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