cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
660
Views
0
Helpful
3
Replies

Can not log as host to the webex session by the url provided by GethosturlMeeting api

shakila.fass
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

3 Replies 3

ryanhunt
Level 5
Level 5

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>