GetConferencingServiceData 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.

Gets data about the conferencing service.

Components

Component Type

XML Element

Request

GetConferencingServiceDataRequest

Reply

GetConferencingServiceDataReply

Remarks

A caller must be a member of the Administrator or Organizer role. The groupsCanHoldGroups option is deprecated. This option still appears in this element but is always assigned a False value.

Examples

The following shows a request to get conferencing service data from a Live Meeting conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
    <GetConferencingServiceDataRequest/>
</PlaceWareConfCenter>

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

Note

The Boolean option publishNonStreamedAudio has been deprecated.

<PlaceWareConfCenter>
  <GetConferencingServiceDataReply>
    <OptionList>
      <BooleanOption value="True" name="emailRequired"></BooleanOption>
      <LocaleOption name="locale">
        <Locale language="en" country="US"></Locale>
      </LocaleOption>
      <DecimalOption value="1200" name="maxInactiveInterval"></DecimalOption>
      <DecimalOption value="1250" name="maxUsers"></DecimalOption>
      <StringOption value="so" name="reservedUserID"></StringOption>
      <StringOption value="America/Los_Angeles" name="timeZone"></StringOption>
      <DecimalOption value="2500" name="maxUsersPerMeeting"></DecimalOption>
      <LocaleListOption name="locales">
        <Locale language="de" country="DE"></Locale>
        <Locale language="en" country="US"></Locale>
        <Locale language="es" country="ES"></Locale>
        <Locale language="fr" country="FR"></Locale>
        <Locale language="ja" country="JP"></Locale>
        <Locale language="ko" country="KR"></Locale>
        <Locale language="zh" country="CN"></Locale>
        <Locale language="zh" country="TW"></Locale>
      </LocaleListOption>
      <BooleanOption value="True" name="printPDFPrivilege"></BooleanOption>
      <PrintingOption value="Disabled" name="printPDFPreferenceUserDefault"></PrintingOption>
      <ApplicationSharingOption value="Single" name="applicationSharingPrivilege"></ApplicationSharingOption>
      <ApplicationSharingOption value="Single" name="applicationSharingPreferenceUserDefault"></ApplicationSharingOption>
      <BooleanOption value="True" name="recordingEnabled"></BooleanOption>
      <BooleanOption value="False" name="recordingPreferenceUserDefault"></BooleanOption>
      <BooleanOption value="False" name="publishNonStreamedAudio"></BooleanOption>
      <BooleanOption value="True" name="publishWindowsMediaMovie"></BooleanOption>
      <BooleanOption value="True" name="printPDFPrivilegeUserDefault"></BooleanOption>
      <BooleanOption value="False" name="publishNetShowUserDefault"></BooleanOption>
      <BooleanOption value="False" name="publishRealAudioUserDefault"></BooleanOption>
      <BooleanOption value="True" name="recordingPrivilegeUserDefault"></BooleanOption>
      <BooleanOption value="False" name="publishNonStreamedAudioUserDefault"></BooleanOption>
      <BooleanOption value="True" name="publishWindowsMediaMovieUserDefault"></BooleanOption>
      <ApplicationSharingOption value="Disabled" name="applicationSharingPrivilegeUserDefault"></ApplicationSharingOption>
    </OptionList>
  </GetConferencingServiceDataReply>
</PlaceWareConfCenter>

See Also

Concepts

GetConferencingServiceDataRequest Element

GetConferencingServiceDataReply Element

GetConferencingServiceData7 Message