05-22-2016 10:51 PM
My site was upgraded now, so I have to use post to join meeting. According to
After try I get some failure, I have two questions.
1) why meeting center has different action with training center?
I can join Training Center training with post form request successfully. But I can't join Meeting Center meeting with this method. When I click submit button, it always redirect to my site, like this "https://mysite.webex.com.cn/mw3000/mywebex/default.do"
To join a meeting:
<form action=“https://SITENAME.webex.com/SITENAME/m.php” method=“POST”>
<input type=“hidden” name=“AT” value=“JM”>
<input type=“hidden” name=“MK” value=“MEETING_NUMBER”>
<input type=“hidden” name=“AN” value=“ATTENDEE_NAME”>
<input type=“hidden” name=“AE” value=“ATTENDEE_EMAIL”>
<input type=“hidden” name=“PW” value=“MEETING_PASSWORD”>
<input type=“submit”>
</form>
2)from Get2Post article, we can host a meeting like this
, I can host a training(TC) and meeting(MC). But I can't join a training and meeting with this method (https://SITENAME.webex.com/SITENAME/p.php?AT=LI&WID=HOST_USERNAME&TK=TmpTicke&MU=https://SITENAME.webex.com/SITENAME/m.p…), Why?
05-24-2016 11:15 AM
Greetings! I am going to need more information to be able to diagnose the issues you are seeing. The URL that is returned (which can be modified in most URL API calls using &BU=" should give more information on the actual errors that you are running into.
Another question is regarding the ticket you are using for login (&TK). How are you generating the ticket? It isn't obvious from the sample code you listed. The ticket must be generated from the XML API.
If you are already using the XML API, I would recommend considering changing your integration to take advantage of the benefits the XML API provides.
--
Michael Fierro
Cisco - WebEx Developer Support
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