GetConferencingServiceDataRequest Element
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.
Requests configuration information about a conference center.
Syntax
<GetConferencingServiceDataRequest/>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Parent Element
Element |
Occurrences |
---|---|
1 |
Child Element
Element |
Occurrences |
---|---|
None |
Not applicable |
Remarks
An empty GetConferencingServiceDataRequest element is used to make the request.
A GetConferenceingServiceDataReply element is returned with the information. The conference center options are updated by the Live Meeting server every five minutes. For this reason, you might not see changes requested in the option values you have set with the SetConferencingServiceDataRequest message immediately.
For the options you can use in the OptionList element, see GetConferenceingServiceDataReply.
Note
The Boolean option publishNonStreamedAudio has been deprecated and will always return True.
Example
The following code shows the request sent to the conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<GetConferencingServiceDataRequest/>
</PlaceWareConfCenter>
The following shows the reply returned from the conference center when the request is processed successfully.
<PlaceWareConfCenter>
<GetConferencingServiceDataReply>
<OptionList>
...
<BooleanOption value="False" name="publishNonStreamedAudio"></BooleanOption>
<BooleanOption value="False" name="publishNonStreamedAudioUserDefault"></BooleanOption>
<BooleanOption value="True" name="publishHFF"></BooleanOption>
<BooleanOption value="True" name="publishHFFUserDefault"></BooleanOption>
...
</OptionList>
</GetConferencingServiceDataReply>
</PlaceWareConfCenter>