ConferenceJoinOptions.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 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.