GetConferencingServiceData7 Message

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns the same information as GetConferencingServiceData, but includes additional options.

Components

Component Type

XML Element

Request

GetConferencingServiceData7Request

Reply

GetConferencingServiceData7Reply

Remarks

To receive all Live Meeting conference center data in a reply to this API, a caller must have the role of an Administrator or Organizer. A basic non-Administrator, non-Organizer member who calls this API receives a reply with a limited data set. When a caller is not an Administrator or Organizer, the returned information represents the Live Meeting conference center level settings that apply to users of the basic Member role.

For more information, see the GetConferencingServiceData7Request element. To see a table of options that are returned with a reply, see GetConferencingServiceData7Reply

The GetConferencingServiceData7 Message provides the same behavior as the GetConferencingServiceData message, but returns additional options starting with Office Live Meeting 2005, including complex meeting key options such as complexMeetingKeys and digitRequiredInKey as shown in bold in the following example. Complex meeting key options must be set through the user interface on the Live Meeting conference center. Currently there is no API available, such as the SetConferencingServiceData7 message, where you can set complex meeting key options through the API.

With the addition of the HFF recording format, new settings are added in the GetConferencingServiceData7 API. By default, the HFF format is set to True if the user uses the Replay functionality. Because the basic format is deprecated, settings related to Basic format are set to False.

The ability to nest groups within groups is deprecated and no longer supported. As a consequence, the GroupsCanHoldGroups option is always returned with a value of False.

Note

The Boolean option publishNonStreamedAudio has been deprecated.

Examples

The following code shows the request sent to the conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
    <GetConferencingServiceData7Request roleName="Administrator"/>
</PlaceWareConfCenter>

The following shows the reply returned from the conference center when the request is processed successfully.

<PlaceWareConfCenter>
  <GetConferencingServiceData7Reply>
    <OptionList>
      <BooleanOption value="True" name="emailRequired" />
      <BooleanOption value="True" name="groupIDStartsWithStar" />
      <BooleanOption value="False" name="groupsCanHoldGroups" />
      <LocaleOption name="locale">
         <Locale language="en" country="US" />
      </LocaleOption>
      <DecimalOption value="1200" name="maxInactiveInterval" />
      <DecimalOption value="2000" name="maxUsers" />
      <StringOption value="so" name="reservedUserID" />
      <StringOption value="America/Los_Angeles" name="timeZone" />
      <DecimalOption value="2500" name="maxUsersPerMeeting" />
      <LocaleListOption name="locales">
         <Locale language="de" country="DE" />
         <Locale language="en" country="US" />
         <Locale language="es" country="ES" />
         <Locale language="fr" country="FR" />
         <Locale language="ja" country="JP" />
         <Locale language="ko" country="KR" />
         <Locale language="zh" country="CN" />
         <Locale language="zh" country="TW" />
      </LocaleListOption>
      <BooleanOption value="True" name="printPDFPrivilege" />
      <PrintingOption value="Disabled"
                       name="printPDFPreferenceUserDefault" />
      <ApplicationSharingOption value="Single"
                       name="applicationSharingPrivilege" />
      <ApplicationSharingOption value="Single"
                      name="applicationSharingPreferenceUserDefault" />
      <BooleanOption value="True" name="recordingEnabled" />
      <BooleanOption value="False"
                     name="recordingPreferenceUserDefault" />
      <BooleanOption value="True" name="publishNonStreamedAudio" />
      <BooleanOption value="True" name="publishWindowsMediaMovie" />
       <BooleanOption value="True" name="publishHFF"></BooleanOption>
      <BooleanOption value="True"
                     name="publishHFFUserDefault"></BooleanOption>

      <BooleanOption value="False" name="printPDFPrivilegeUserDefault" />
      <BooleanOption value="False" name="recordingPrivilegeUserDefault" />
      <BooleanOption value="False" name="publishNonStreamedAudioUserDefault" />
      <BooleanOption value="False" name="publishWindowsMediaMovieUserDefault" />
      <ApplicationSharingOption value="Disabled" name="applicationSharingPrivilegeUserDefault" />
      <BooleanOption value="False" name="enforceContentDelete" />
      <complexMeetingKeysdigitRequiredInKey
      <BooleanOption value="False" name="allowEnableLobby" />
      <BooleanOption value="True"  name="allowFastLobbyJoin" />
      <StringOption value="OCUser" name="fastLobbyStaticUsername" />
      <BooleanOption value="False" name="alowEnableRecording" />
      <BooleanOption value="False" name="allowRecordingDownload" />
      <BooleanOption value="False" name="allowEnableAudioBroadcast" />
      <BooleanOption value="False" name="allowEnableCALLME" />
      <BooleanOption value="False" name="forceExtendedRegistration" />
      <BooleanOption value="True"  name="ecrAnnotationsPrivilegeDefault" />
      <BooleanOption value="False" name="ecrChatPrivilegeDefault" />
      <BooleanOption value="True"  name="ecrHandoutsPrivilegeDefault" />
      <BooleanOption value="False" name="ecrQAPrivilegeDefault" />
      <BooleanOption value="True"  name="ecrSharednotesPrivilegeDefault" />
      <BooleanOption value="False" name="ecrTextpagePrivilegeDefault" />
      <BooleanOption value="True"  name="ecrWhiteboardPrivilegeDefault" />

    </OptionList>
    <ProviderList>
      <Provider enabled="True" name="Other">
        <OptionList>
          <DecimalOption value="0" name="providesSip" />
          <StringOption value="(none)" name="domainName" />
          <StringOption value="(none)" name="sampleDialingKeysPre" />
          <StringOption value="(none)" name="sampleDialingKeysPost" />
          <StringOption value="false" name="cspSupportsMuteLine" />
          <StringOption value="false" name="cspSupportsMuteAllExcept" />
          <StringOption value="" name="cspExtraProperties6" />
          <StringOption value="" name="cspExtraProperties5" />
          <StringOption value="" name="cspExtraProperties1" />
          <StringOption value="false" name="cspSupportsReconciliation" />
          <StringOption value="" name="cspExtraProperties9" />
          <StringOption value="false" name="cspSupportsEjectAllExcept" />
          <StringOption value="false" name="cspSupportsNameRecording" />
          <StringOption value="" name="cspExtraProperties2" />
          <StringOption value="" name="cspExtraProperties4" />
          <StringOption value="false" name="cspSupportsMultipleLeaders" />
          <StringOption value="" name="cspExtraProperties8" />
          <StringOption value="false" name="cspSupportsPlaybackName" />
          <StringOption value="" name="cspExtraProperties3" />
          <StringOption value="false" name="cspSupportsEjectLine" />
          <StringOption value="false" name="cspSupportsLockConference" />
          <StringOption value="false" name="cspSupportsAnnounceOptions" />
          <StringOption value="false" name="cspSupportsCallOut" />
          <StringOption value="" name="cspExtraProperties7" />
        </OptionList>
      </Provider>
      <Provider enabled="False" name="TestName1">
        <OptionList>
          <DecimalOption value="1" name="providesSip" />
          <StringOption value="conferencing.bt.com" name="domainName" />
          <StringOption value=",,,,," name="sampleDialingKeysPre" />
          <StringOption value="#,,,,,#" name="sampleDialingKeysPost" />
          <StringOption value="true" name="cspSupportsMuteLine" />
          <StringOption value="true" name="cspSupportsMuteAllExcept" />
          <StringOption value="none" name="cspExtraProperties6" />
          <StringOption value="none" name="cspExtraProperties5" />
          <StringOption value="none" name="cspExtraProperties1" />
          <StringOption value="hash" name="cspSupportsReconciliation" />
          <StringOption value="none" name="cspExtraProperties9" />
          <StringOption value="true" name="cspSupportsEjectAllExcept" />
          <StringOption value="true" name="cspSupportsNameRecording" />
          <StringOption value="none" name="cspExtraProperties2" />
          <StringOption value="none" name="cspExtraProperties4" />
          <StringOption value="false" name="cspSupportsMultipleLeaders" />
          <StringOption value="none" name="cspExtraProperties8" />
          <StringOption value="true" name="cspSupportsPlaybackName" />
          <StringOption value="none" name="cspExtraProperties3" />
          <StringOption value="true" name="cspSupportsEjectLine" />
          <StringOption value="true" name="cspSupportsLockConference" />
          <StringOption value="none;beep;name" name="cspSupportsAnnounceOptions" />
          <StringOption value="true" name="cspSupportsCallOut" />
          <StringOption value="none" name="cspExtraProperties7" />
        </OptionList>
      </Provider>
      <Provider enabled="False" name="TestName2">
        <OptionList>
          <DecimalOption value="1" name="providesSip" />
          <StringOption value="conferencing.intercall.com" name="domainName" />
          <StringOption value=",,,,," name="sampleDialingKeysPre" />
          <StringOption value="#,,,,,#" name="sampleDialingKeysPost" />
          <StringOption value="true" name="cspSupportsMuteLine" />
          <StringOption value="true" name="cspSupportsMuteAllExcept" />
          <StringOption value="none" name="cspExtraProperties6" />
          <StringOption value="none" name="cspExtraProperties5" />
          <StringOption value="none" name="cspExtraProperties1" />
          <StringOption value="none" name="cspSupportsReconciliation" />
          <StringOption value="none" name="cspExtraProperties9" />
          <StringOption value="true" name="cspSupportsEjectAllExcept" />
          <StringOption value="true" name="cspSupportsNameRecording" />
          <StringOption value="none" name="cspExtraProperties2" />
          <StringOption value="none" name="cspExtraProperties4" />
          <StringOption value="false" name="cspSupportsMultipleLeaders" />
          <StringOption value="none" name="cspExtraProperties8" />
          <StringOption value="true" name="cspSupportsPlaybackName" />
          <StringOption value="none" name="cspExtraProperties3" />
          <StringOption value="true" name="cspSupportsEjectLine" />
          <StringOption value="true" name="cspSupportsLockConference" />
          <StringOption value="none;beep;name" name="cspSupportsAnnounceOptions" />
          <StringOption value="true" name="cspSupportsCallOut" />
          <StringOption value="none" name="cspExtraProperties7" />
        </OptionList>
      </Provider>
      <Provider enabled="False" name="TestName3">
        <OptionList>
          <DecimalOption value="1" name="providesSip" />
          <StringOption value="conferencing.mci.com" name="domainName" />
          <StringOption value=",,,,," name="sampleDialingKeysPre" />
          <StringOption value="#,,,,,#" name="sampleDialingKeysPost" />
          <StringOption value="true" name="cspSupportsMuteLine" />
          <StringOption value="true" name="cspSupportsMuteAllExcept" />
          <StringOption value="none" name="cspExtraProperties6" />
          <StringOption value="none" name="cspExtraProperties5" />
          <StringOption value="none" name="cspExtraProperties1" />
          <StringOption value="none" name="cspSupportsReconciliation" />
          <StringOption value="none" name="cspExtraProperties9" />
          <StringOption value="true" name="cspSupportsEjectAllExcept" />
          <StringOption value="true" name="cspSupportsNameRecording" />
          <StringOption value="none" name="cspExtraProperties2" />
          <StringOption value="none" name="cspExtraProperties4" />
          <StringOption value="false" name="cspSupportsMultipleLeaders" />
          <StringOption value="none" name="cspExtraProperties8" />
          <StringOption value="true" name="cspSupportsPlaybackName" />
          <StringOption value="none" name="cspExtraProperties3" />
          <StringOption value="true" name="cspSupportsEjectLine" />
          <StringOption value="true" name="cspSupportsLockConference" />
          <StringOption value="none;beep;name" name="cspSupportsAnnounceOptions" />
          <StringOption value="true" name="cspSupportsCallOut" />
          <StringOption value="none" name="cspExtraProperties7" />
        </OptionList>
      </Provider>
    </ProviderList>
  </GetConferencingServiceData7Reply>
</PlaceWareConfCenter>

See Also

Concepts

GetConferencingServiceData7Request Element

GetConferencingServiceData7Reply Element

GetConferencingServiceData Message