Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to User Management

Joining meeting from URI(ie passing meeting id,emailid,name in GET request)

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
 Greetings !!
 
 I would like to know is thier any API available which can auto login(join meeting) user when they click LINK, ie I want to dynamically create link for users where they no need to worry about entering email id, name and meeting id, ie embedding(passing) meeting id, email id ,user name in form of GET/POST request to the Webex login module/gateway.


 Any help or suggestion would be greatly appreciable ! 
 
Thanks & happy new year in advance !!
 
Regards
Anirban
India

Hi,
 
 Greetings !!
 
 I would like to know is thier any API available which can auto login(join meeting) user when they click LINK, ie I want to dynamically create link for users where they no need to worry about entering email id, name and meeting id, ie embedding(passing) meeting id, email id ,user name in form of GET/POST request to the Webex login module/gateway.


 Any help or suggestion would be greatly appreciable ! 
 
Thanks & happy new year in advance !!
 
Regards
Anirban
India

 
Hi,
I have the same problem... have you find solution?
Bye

Hello,

The very minimum to join a meeting requires a meetingkey, attendee name, and email address to identify the attendee. We do have a join meeting command that can be used m.php?AT=JM. Although these are required fields you can fill them out however you see fit. My suggestion would be to use something like the following

https://sitename.webex.com/sitename/m.php?AT=JM&MK=MeetingKey&AN=Attendee%20One&AE=anon@noreplies.com

Thank you
-Kingsley Lewis

This would be perfect...
In the URL you wrote I can see:
AN = Attendee Name
AE = Attendee Email

It's perfect.

So I can use this URL to automatically pass this information to the webex
system right?

On Thu, Aug 23, 2012 at 5:43 PM, Cisco Developer Community Forums <
cdicuser@developer.cisco.com> wrote:

> Kingsley Lewis has created a new message in the forum "User Management":
>
> --------------------------------------------------------------
> Hello,
>
> The very minimum to join a meeting requires a meetingkey, attendee name,
> and email address to identify the attendee. We do have a join meeting
> command that can be used m.php?AT=JM. Although these are required fields
> you can fill them out however you see fit. My suggestion would be to use
> something like the following
>
>
> https://sitename.webex.com/sitename/m.php?AT=JM&MK=MeetingKey&AN=Attendee%20One&AE=anon@noreplies.com
>
> Thank you
> -Kingsley Lewis
> --
> To respond to this post, please click the following link:
>
> <
> http://developer.cisco.com/web/webex-developer/forum/-/message_boards/view_message/6338721
> >
>
> or simply reply to this email.

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.