ConferenceJoinOptions.CanManageLobby Property

Gets or sets whether the user that the application represents can manage the lobby.

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

Syntax

'Declaration
Public Property CanManageLobby As Boolean
    Get
    Set
'Usage
Dim instance As ConferenceJoinOptions
Dim value As Boolean

value = instance.CanManageLobby

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

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. Therefore, such applications should set this property to false on joining the conference.

CanManageLobby

See Also

Reference

ConferenceJoinOptions Class

ConferenceJoinOptions Members

Microsoft.Rtc.Collaboration Namespace