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

Reconfigures the conferencing service by sending a request to a conference center.

Syntax

<SetConferencingServiceDataRequest>
    <OptionList>...</OptionList>
    <RemoveList>...</RemoveList>
</SetConferencingServiceDataRequest>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Elements

Element

Occurrence

OptionList

0 or 1

RemoveList

0 or 1

Remarks

You must be an administrator to use this request.

The SetConferencingServiceDataRequest element must contain at least one child element.

When the conference service data is changed, an empty SetConferencingServiceDataReply element is returned. Otherwise, a Fault element is returned.

The following table specifies the options that can be present in the OptionList or RemoveList element.

Name

Description

allowFastLobbyJoin

BooleanOption. Value range [True | False].

If True, enables an Office Communicator user to join Meet Now meetings in the conference center, bypassing the presenter's meeting lobby.

This option is ignored if an Administrator has set forceExtendedRegistration to True

The default value of this option is False

The account policies can be set in Live Meeting Manager (Administer -> Roles and Policies -> Meeting Policies -> Meeting Lobby.

Added in Live Meeting service API Update for Live Meeting 2007.

allowVideoEnable

BooleanOption. Value range [True | False].

If True, enables video for meetings in the conference center.

The default value of this option is True

The account policies can be set in Live Meeting Manager (Administer -> Roles and Policies -> Audio/Video Policies -> Enable Active Speaker and Panoramic Video from this Conference Center.

Added in Live Meeting service API Update for Live Meeting 2007.

audioEmbedded

BooleanOption. Value range [True | False].

Enables or disables the Join Conference features of the Live Meeting client for a meeting. The default value of this option is False

Sets the default value for this option, which is used for all meetings that this user creates.

Setting this value to True enables PSTN capability for meeting audio. The details of the associated audio bridge should be specified in the meeting options for the associated meeting. If a certified Audio Conference Provider is specified, call control features like call me will be available in the meeting.

This setting may be enabled in conjunction with enableAudioVoip to create a hybrid voip and PSTN meeting.

enableAudioVOIP

BooleanOption. Value range [True | False].

Enables or Disables the use of computer audio in the conference center. The default value of this option is True.

Setting this value to True enables computer audio conferencing usage for meeting audio. This policy can also be set in Live Meeting Manager (Administer -> Roles and Policies -> Audio/Video Policies -> Enabling computer audio conferencing.

Added in Live Meeting service API Update for Live Meeting 2007.

fastLobbyStaticUsername

StringOption ElementLength range 1-255 characters.

Sets a generic user name for all Meet Now meeting attendees who join a meeting from Office Communicator If not set, attendees are asked for a user name before entering a Meet Now meeting.

Setting this value to a non-null string value assigns the string value as the name of each Meet Now meeting attendee. This policy can also be set in Live Meeting Manager (Administer -> Roles and Policies -> Meeting Policies -> Default Meet Now Lobby User Name.

Added in Live Meeting service API Update for Live Meeting 2007.

forceExtendedRegistration

BooleanOption. Value range [True | False].

Sets an Extended Registration policy for all meetings hosted on a Conference Center. True.

Setting this value to Truerequires all meeting attendees to enter an email address and company name from the presenter's meeting lobby before entering a meeting. This policy can also be set in Live Meeting Manager (Administer -> Roles and Policies -> Meeting Policies -> Extended Registration.

Important noteImportant
When this option is True, the allowFastLobbyJoin option is ignored and treated as False.

Added in Live Meeting service API Update for Live Meeting 2007.

maxInactiveInterval

DecimalOption. Value range 60 to 86,399.

The maximum time interval, in seconds, that a user's browser session can be inactive. The value of this option is reflected in the conference center options when the Live Meeting server updates the conference center option cache. The cache is updated on a five-minute interval. If a GetConferencingServiceData request is made before the cache is updated, the original option value is returned in the reply.

When this option is present in the RemoveList element, the option is set to the service configured default rather than removed.

See Also

Concepts

SetConferencingServiceDataReply Element

SetConferencingServiceData Message