4.2.2.2 HTTP Response

The response returns a resource containing several property lists each containing all of the potential values to which the corresponding property can be set when scheduling an online conference. These values can also be used by the client application to render a GUI as well as validate user input before sending the request to create an online conference to the protocol server.

 HTTP/1.1 200 OK
 Cache-Control: no-cache
 Pragma: no-cache
 Via: 1.1 SERVER.vdomain.com RtcInt
 Content-Length: 1025
 Content-Type: application/vnd.microsoft.com.ucwa+xml
 Expires: -1
 Server: Microsoft-IIS/7.5
 X-MS-Server-Fqdn: SERVER.vdomain.com
 X-AspNet-Version: 4.0.30319
 X-Powered-By: ASP.NET
 Date: Thu, 21 Jun 2012 05:56:58 GMT
  
 <?xml version="1.0" encoding="utf-8"?>
 <resource xmlns="http://schemas.microsoft.com/rtc/2012/03/ucwa"
 rel="onlineMeetingEligibleValues"  href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/onlineMeetingEligibleValues">
   <link rel="myOnlineMeetings" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/onlineMeetings/myOnlineMeetings"/>
   <link rel="myAssignedOnlineMeeting" href="/ucwa/applications/BugSBxO22nYVkBrURmbIgLbv95e0=/onlineMeetings/myOnlineMeetings/9M2F6P2S"/>
   <propertyList name="entryExitAnnouncements">
     <item>Disabled</item>
     <item>Enabled</item>
   </propertyList>
   <propertyList name="automaticLeaderAssignments">
     <item>Disabled</item>
     <item>Everyone</item>
     <item>SameEnterprise</item>
   </propertyList>
   <propertyList name="accessLevels">
     <item>Invited</item>
     <item>SameEnterprise</item>
     <item>Everyone</item>
     <item>Locked</item>
   </propertyList>
   <propertyList name="lobbyBypassForPhoneUsersSettings">
     <item>Disabled</item>
     <item>Enabled</item>
   </propertyList>
   <propertyList name="eligibleOnlineMeetingRels">
     <item>myAssignedOnlineMeeting</item>
     <item>myOnlineMeetings</item>
   </propertyList>
 </resource>