Share via


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

Indicates whether potential participants are permitted to join the conference.

Syntax

<lock>true|false</lock> 

Element Information

Parent Element

Element

Description

conference

Grouping for conference-related requests.

Remarks

This element requests that a conference be locked. When a conference is locked, no additional participants can be invited. An unlocked conference can accept additional participants through invitation. A user who has a valid conference focus Uri can join a conference without an invitation. Locking a conference prevents these users from joining.

Examples

The user with the role of presenter is making a request that the conference lock out additional participants.

<conference confid="1">
   <lock>false</lock>
</conference>

See Also

Concepts

conference request Element

initiateImSession Element

inviteParticipants Element