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

Responds to GET https://www.livemeeting.com/cc/contoso/xml/4.0/GetCustomizedLinksRequest to ensure that the Live Registration System is consistent with the Live Meeting Manager in terms of customization links.

Syntax

<GetCustomizedLinksReply>
    <OptionList>
       ......
       <EnumerationOption>......</EnumerationOption>
       ......
    </OptionList>
</GetCustomizedLinksReply>

Attributes

None.

Remarks

The following table lists the options that can be returned by GetCustomizedLinksReply.

Option Name

Option Type and Valid Values

copyright

EnumerationOption. Value range [ShowDefault | HideLink].

Specifies that the link is displayed or hidden.

checkYourSystem

EnumerationOption Value range [ShowDefault | HideLink | RedirectLink].

Specifies that the link can be hidden or customized to redirect to a new location.

download

EnumerationOption Value range [ShowDefault | HideLink | RedirectLink].

Specifies that the link can be hidden or customized to redirect to a new location.

help

EnumerationOption Value range [ShowDefault | HideLink].

Specifies that the link is displayed or hidden.

joinMeeting

EnumerationOption Value range [ShowDefault | HideLink].

Specifies that the link is displayed or hidden.

login

EnumerationOption Value range [ShowDefault | HideLink | RedirectLink].

Specifies that the link can be hidden or customized to redirect to a new location.

myHome

EnumerationOption Value range [ShowDefault | HideLink].

Specifies that the link is displayed or hidden.

support

EnumerationOption Value range [ShowDefault | HideLink | RedirectLink].

termOfService

EnumerationOption Value range [ShowDefault | HideLink | RedirectLink].

Specifies that the link can be hidden or customized to redirect to a new location.

viewRecording

EnumerationOption Value range [ShowDefault | HideLink].

Specifies that the link is displayed or hidden.

checkYourSystemLink

StringOption

"https://"

Used to specify the link locations.

downloadLink

StringOption

"https://"

Used to specify the link locations.

easyAssistJoinLink

StringOption Element

"https://"

Used to specify the base Easy Assist join link location. An Easy Assist session join link is created with this base link plus meeting Id and password parameters. See Easy Assist Sessions for more information.

helpLink

StringOption

"https://"

Used to specify the link locations.

loginLink

StringOption

"https://"

Used to specify the link locations.

supportLink

StringOption

"https://"

Used to specify the link locations.

termOfServiceLink

StringOption

"https://"

Used to specify the link locations.

Example

<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

GetCustomizedLinks Message