I'm trying to use the URL api from webex to Join a meeting .
In case the meeting is not started or the meeting number is wrong ,it is not redirecting me to the url
specified in "BU" i.e Back Url .
The same code is working in the sand box that webex gives out for testing
The example page I'm trying is below
http://www.bestinclasstutors.com/webex/joinmeeting.php [not working]
http://www.bestinclasstutors.com/webex/joinmeeting1.php [working]
The only difference is where the form is posted.
for the sandbox
<form> name="joinmeeting" METHOD="POST"
action="https://apidemoeu.webex.com/apidemoeu/m.php">
and for the other
<form> name="joinmeeting" METHOD="POST"
action="https://gradesgrowtutors.webex.com/gradesgrowtutors/m.php">
Thanks
|