cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
1
Helpful
4
Replies

GetjoinurlMeeting

vsretheesh
Level 1
Level 1

Hi,

I am implementing XML API in our system. My requirement is we have the meeting ID using that I need to get the url for meeting to share via our communication tool. For this I used GetjoinurlMeeting() method to get the URL. But the URL received is not same as the url we are getting via email from the WebEx ie, encrypted meeting Id and pwd.

how to get the URL which we are receiving through Email from WebEx.

I am getting from API :  https://interakt.webex.com/interakt/m.php?AT=JM&MK=966276712&PW=12345&AN=interakt

The URL which I am expecting is : https://interakt.webex.com/interakt/e.php?MTID=m9d4ae2a4fd2f6440aa8055944b2b7531 which I received through Email.

How can I achieve this? please help.

Regards,

Retheesh.V.S.

4 Replies 4

nmorrow
Cisco Employee
Cisco Employee

Hello,

     GetjoinurlMeeting will support encrypted URL in a future XML release. For now, it returns the URL API command that allows an attendee to join the meeting. Alternately, you can call GetjoinurlMeeting without attendee name, email, or password to provide a generic link without personal details, that will display the meeting entry form, allowing the attendee to enter their details to join.

Thanks Nathan

Nathan,

The generated link doesn't seem to take attendees directly to the page asking for credentials.  The generic link displays a page that has the "Join" button grayed out

Is there something I'm missing?

Harry

Harper Colege

Hello,

     Can you provide a copy of your GetjoinurlMeeting request, minus your securityContext? You need to make sure you are including all required information in your request to get a proper join link.