This document was generated from CDN thread
Created by: Ryan Newman on 06-08-2013 03:35:20 PM
I am using the XML API call GetjoinurlMeeting to get a url for users to use when joining the meeting. This gives me a url with the password in plain text, however if I use the UI to get an invite url the password is encrypted. How do I get a join url with an encrypted password?
Subject: RE: Join meeting url format
Replied by: Nathan Morrow on 08-08-2013 01:06:07 PM
Hello,
Join URL does not support encrypted password. You could rely on required registration instead, for added security, or use the standard join form, where attendees enter name, email, and meeting password.
Subject: RE: Join meeting url format
Replied by: Ryan Newman on 08-08-2013 01:23:44 PM
Hi Nathan, thanks for the reply. However I am not sure I understand. How does required registration improve security? What do you mean by "the standard join form"?
Also I just want to reiterate my first question. When I use the XML api I get a url to siteName.webex.com/siteName/m.php with password in plain text when I use the WebEx UI to invite users I get a url to siteName.webex.com/siteName/j.php with the password encrypted. Is there anyway to get the j.php url?
Subject: RE: Join meeting url format
Replied by: Nathan Morrow on 08-08-2013 01:47:38 PM
Hello,
Required registration would force attendees to have a unique registration id to join the session. The join form is the page that shows meeting information and asks the attendee to enter name, email address, password, etc. to join the session. generic j.php link can be retrieved by GetjoinurlMeeting if you fail to provide required details in the request, such as name and email, but would require attendee to fill out the join form before entering the meeting. You also get a j.php link in your response to CreateMeeting that you could use instead.