I am able to get meetting url for WebEx Meeting programatically using WebEx XML API, however i dont see any option to get registration link and join link for TRAINING SESSION.
Any option to generate the same?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The same method of GetjoinurlMeeting works for all session types; not just Meeting sessions.
We do not have a generate registration link through the API; its expected you'd build your own page and register them through the API's Attendee Service methods, such as: registerMeetingAttendee
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello Ryan,
Thanks for your inputs, currently when i created training session using XML API, i received session key "626673365", and when i used GetjoinurlMeeting it returned me below url
https://apidemoeu.webex.com/apidemoeu/e.php?AT=SI&MK=626673365
However this url shows message "Invalid Meeting Key" The specified Meeting Key is invalid. Please contact technical support for more information.
Could you please let me know whats wrong in it?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It looks like your parser is escaping the & sign with &
unescaped it works fine: https://apidemoeu.webex.com/apidemoeu/e.php?AT=SI&MK=626673365
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.