<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Can Attendee enter the meeting without entering name, email and password ?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6337396" />
  <subtitle>Can Attendee enter the meeting without entering name, email and password ?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6337396</id>
  <updated>2013-05-23T06:44:54Z</updated>
  <dc:date>2013-05-23T06:44:54Z</dc:date>
  <entry>
    <title>Can Attendee enter the meeting without entering name, email and password ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6337395" />
    <author>
      <name>Claire Huang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6337395</id>
    <updated>2012-08-23T06:35:15Z</updated>
    <published>2012-08-23T06:27:41Z</published>
    <summary type="html">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 : [url=http://images.plurk.com/8e69c1b3cc2eb634b17fbab11b26f0ec.jpg]http://images.plurk.com/8e69c1b3cc2eb634b17fbab11b26f0ec.jpg[/url] )

 
[b]Is that possible our authorized attendees can 
enter the meeting directly from our website without entering their information 
again on WebEx? [/b]
[b] [/b]
 Here's XML code:
 

&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;xxxxxx&lt;/webExID&gt;
&lt;password&gt;xxxxxx&lt;/password&gt;
&lt;siteID&gt;xxxxxx&lt;/siteID&gt;
&lt;partnerID&gt;xxxxx&lt;/partnerID&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting"&gt;
&lt;accessControl&gt;
&lt;meetingPassword&gt;pwd123&lt;/meetingPassword&gt;
&lt;/accessControl&gt;
&lt;metaData&gt;
&lt;confName&gt;Travel English&lt;/confName&gt;
&lt;/metaData&gt;
&lt;participants&gt;
&lt;maxUserNumber&gt;5&lt;/maxUserNumber&gt;
&lt;/participants&gt;
&lt;enableOptions&gt;
&lt;chat&gt;true&lt;/chat&gt;
&lt;poll&gt;true&lt;/poll&gt;
&lt;audioVideo&gt;true&lt;/audioVideo&gt;
&lt;voip&gt;true&lt;/voip&gt;
&lt;attendeeList&gt;true&lt;/attendeeList&gt;
&lt;supportPanelists&gt;true&lt;/supportPanelists&gt;
&lt;/enableOptions&gt;
&lt;remind&gt;
&lt;enableReminder&gt;TRUE&lt;/enableReminder&gt;
&lt;sendEmail&gt;TRUE&lt;/sendEmail&gt;
&lt;emails&gt;
&lt;email&gt;someone@company.com.tw&lt;/email&gt;
&lt;/emails&gt;
&lt;/remind&gt;
&lt;schedule&gt;
&lt;startDate&gt;08/22/2012 10:00:00&lt;/startDate&gt;
&lt;duration&gt;120&lt;/duration&gt;
&lt;/schedule&gt;
&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;</summary>
    <dc:creator>Claire Huang</dc:creator>
    <dc:date>2012-08-23T06:27:41Z</dc:date>
  </entry>
</feed>

