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 example page I'm trying is below
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<form> name="joinmeeting" METHOD="POST"
action="https://gradesgrowtutors.webex.com/gradesgrowtutors/m.php">
</form>
-------------------------------------------------------------------------------------------------------
The same code is working in the sand box that webex gives out for testing
-----------------------------------------------------------------------------------------
<form> name="joinmeeting" METHOD="POST"
action="https://apidemoeu.webex.com/apidemoeu/m.php">
</form>
---------------------------------------------------------------
Any help will be greatly appreciated.
Thanks |