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