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

Can Attendee enter the meeting without entering name, email and password ?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Can Attendee enter the meeting directly without entering their name, email and meeting password?

Through our API setting, as we scheduling a new meeting, we can get two hyperlink, one is for host (to enter the meeting directly with login status), and the other one is for attendees, but this one
requires attendees to enter their name, email and meeting password. ( Please see the picture : http://images.plurk.com/8e69c1b3cc2eb634b17fbab11b26f0ec.jpg )

 
Is that possible our authorized attendees can
enter the meeting directly from our website without entering their information
again on WebEx? 

 
 Here's XML code:
 

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>xxxxxx</webExID>
<password>xxxxxx</password>
<siteID>xxxxxx</siteID>
<partnerID>xxxxx</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting">
<accessControl>
<meetingPassword>pwd123</meetingPassword>
</accessControl>
<metaData>
<confName>Travel English</confName>
</metaData>
<participants>
<maxUserNumber>5</maxUserNumber>
</participants>
<enableOptions>
<chat>true</chat>
<poll>true</poll>
<audioVideo>true</audioVideo>
<voip>true</voip>
<attendeeList>true</attendeeList>
<supportPanelists>true</supportPanelists>
</enableOptions>
<remind>
<enableReminder>TRUE</enableReminder>
<sendEmail>TRUE</sendEmail>
<emails>
<email>someone@company.com.tw</email>
</emails>
</remind>
<schedule>
<startDate>08/22/2012 10:00:00</startDate>
<duration>120</duration>
</schedule>
</bodyContent>
</body>
</serv:message>

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.