cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
476
Views
0
Helpful
1
Replies

join meeting with post mode failed

guan_bj01
Level 1
Level 1

My site was upgraded now, so I have to use post to join meeting. According to

Recent URL API Changes - Get2Post

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

https://SITENAME.webex.com/SITENAME/p.php?AT=LI&WID=HOST_USERNAME&TK=TmpTicke&MU=https://SITENAME.webex.com/SITENAME/m.php?AT=HM&MK=My_MKEY

, 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?


1 Reply 1

mifierro
Level 4
Level 4

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: