Edit

Share via


ConferenceJoinOptions.AdHocConferenceAccessLevel Property

Definition

Gets or sets the ad hoc conference access level ConferenceAccessLevel.

public:
 property Microsoft::Rtc::Collaboration::ConferenceAccessLevel AdHocConferenceAccessLevel { Microsoft::Rtc::Collaboration::ConferenceAccessLevel get(); void set(Microsoft::Rtc::Collaboration::ConferenceAccessLevel value); };
public Microsoft.Rtc.Collaboration.ConferenceAccessLevel AdHocConferenceAccessLevel { get; set; }
member this.AdHocConferenceAccessLevel : Microsoft.Rtc.Collaboration.ConferenceAccessLevel with get, set
Public Property AdHocConferenceAccessLevel As ConferenceAccessLevel

Property Value

Remarks

This property provides a way for the applications to choose the access level to use when creating ad hoc conferences during conference escalation. Applications are recommended to check for the supported conference access levels and set the value of this property with one of the supported conference access level.

Applies to