ConferenceSession.IsLocked Property
Gets whether the conference is locked.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsLocked As Boolean
Get
'Usage
Dim instance As ConferenceSession
Dim value As Boolean
value = instance.IsLocked
public bool IsLocked { get; }
Property Value
Type: System.Boolean
Remarks
When a conference is locked, new participants (except conference leaders) are not allowed to join the conference immediately but placed into the conference lobby, existing participants are not impacted. If an application built on UCMA2.0 attempts to join a locked conference, the join operation fails.