Can not log as the host to the webex session by the url provided by GethosturlMeeting api. It returns error "ST=FAIL&RS=BadWebExIDOrPassword" like this.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You have to provide all fields that will be required by the meeting on your GeHosturlMeeting request, if the meeting requires a password and you do not provide a password to the request it will generate a link that errors such as you have observed.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"https://mlearning.webex.com/mlearning/p.php?AT=LI&WID=shakila&TK=xxxxxx&MU=xxxxx"
This is what i'm receiving from GeHosturlMeeting api. Here i can't see the PW parameter as in the example.
example link:
https://developer.cisco.com/media/webex-xml-api/54GethosturlMeeting.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<bodyContent xsi:type="java:com.webex.service.binding.meeting.GetjoinurlMeeting">
<sessionKey>SESSION_NUMBER_OR_MEETING_NUMBER</sessionKey>
<attendeeName>PARTICIPANT NAME</attendeeName>
<attendeeEmail>participant@example.com</attendeeEmail>
<meetingPW>MEETING_PASSWORD</meetingPW>
</bodyContent>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.