Edit

Share via


ConferenceJoinOptions.CanManageLobby Property

Definition

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

public:
 property bool CanManageLobby { bool get(); void set(bool value); };
public bool CanManageLobby { get; set; }
member this.CanManageLobby : bool with get, set
Public 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. Therefore, such applications should set this property to false on joining the conference.

CanManageLobby

Applies to