ConferenceParticipantEndpointProperties.CanManageLobby Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the user represented by the endpoint can manage the conference lobby if granted the leader role.
public:
property bool CanManageLobby { bool get(); };
public bool CanManageLobby { get; }
member this.CanManageLobby : bool
Public ReadOnly Property CanManageLobby As Boolean
Property Value
Remarks
Lobby management is only possible for conference leaders. This property is to be used by applications to advertise that the user they represent is able to manage the lobby through that application when granted the leader role.
As an example, an application that enables phone users to join the conference may not render enough DTMF commands to allow the phone user to manage the conference lobby.