Partilhar via


ConferenceParticipantEndpointProperties.CanManageLobby Property

Gets whether the user represented by the endpoint can manage the conference lobby if granted the leader role.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property CanManageLobby As Boolean
    Get
'Usage
Dim instance As ConferenceParticipantEndpointProperties
Dim value As Boolean

value = instance.CanManageLobby
public bool CanManageLobby { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

ConferenceParticipantEndpointProperties Class

ConferenceParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace