Share via


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

Exposes the account-related customization carried out in the Live Meeting Manager interface.

Components

Component Type

XML Element

Request

https://www.livemeeting.com/cc/contoso/xml/4.0/GetCustomizedLinksRequest

Reply

GetCustomizedLinksReply

Remarks

The primary purpose of the API is to make sure that the LRS system is consistent with the Live Meeting Manager UI in terms of customization links. For example, if a user has customized the download link in Live Meeting Manager and the user navigates to the LRS System, the same customization should be applied to the download link in LRS.

The StringOption Elements returned in the GetCustomizedLinksReply Element contain the link values configured using Live Meeting Manager. In the Live Meeting Manager interface, on the Administer->Customization->Links option, the Links panel allows an administrator to configure the five links represented by the StringOption Elements returned in the GetCustomizedLinksReply Element. A StringOption Element is returned for each link that an administrator configured.

This API is similar to GetPostingURL.

Example

The following code shows how to get the URL for your Live Meeting conference center using the special URL.

https://www.livemeeting.com/cc/<your-conf-center>/xml/4.0/GetCustomizedLinksRequest

The following code shows the reply tags in use.

<PlaceWareConfCenter>
  <GetCustomizedLinksReply>
    <OptionList>
      <EnumerationOption value="ShowDefault" name="copyright">
        <String>ShowDefault</String>
        <String>HideLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="myHome">
        <String>ShowDefault</String>
        <String>HideLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="joinMeeting">
        <String>ShowDefault</String>
        <String>HideLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="viewRecording">
        <String>ShowDefault</String>
        <String>HideLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="help">
        <String>ShowDefault</String>
        <String>HideLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="support">
        <String>ShowDefault</String>
        <String>HideLink</String>
        <String>RedirectLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="checkYourSystem">
        <String>ShowDefault</String>
        <String>HideLink</String>
        <String>RedirectLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="termOfService">
        <String>ShowDefault</String>
        <String>HideLink</String>
        <String>RedirectLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="download">
        <String>ShowDefault</String>
        <String>HideLink</String>
        <String>RedirectLink</String>
      </EnumerationOption>
      <EnumerationOption value="ShowDefault" name="login">
        <String>ShowDefault</String>
        <String>HideLink</String>
        <String>RedirectLink</String>
      </EnumerationOption>
      <StringOption value="http://r.office.microsoft.com/r/rlidLiveMeeting?p1=7&p2=en_US&p3=LMInfo&p4=support" name="supportLink" />
      <StringOption value="https://go.microsoft.com/fwlink/?linkid=52354" name="checkYourSystemLink" />
      <StringOption value="http://r.office.microsoft.com/r/rlidLiveMeeting?p1=7&p2=en_US&p3=LMInfo&p4=tos" name="termOfServiceLink" />
      <StringOption value="http://r.office.microsoft.com/r/rlidLiveMeeting?p1=7&p2=en_US&p3=LMInfo&p4=downloads" name="downloadLink" />
      <StringOption value="https://go.microsoft.com/fwlink/?linkid=52354" name="loginLink"/>
      <StringOption value="http://r.office.microsoft.com/r/rlidLiveMeeting?p1=7&p2=en_US&p3=" name="helpLink" />
      <StringOption value="https://support.microsoft.com/easyassist" name="easyAssistJoinLink" />

    </OptionList>
  </GetCustomizedLinksReply>
</PlaceWareConfCenter>

See Also

Concepts

GetCustomizedLinksReply Element

GetPostingURL Message

Operational Messages