LocalEndpoint.ConferenceServices Property
Gets an object to list and organize Conferences for the owner of the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ConferenceServices As ConferenceServices
Get
'Usage
Dim instance As LocalEndpoint
Dim value As ConferenceServices
value = instance.ConferenceServices
public ConferenceServices ConferenceServices { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceServices
Remarks
ConferenceServices enables listing the conferences scheduled by the local endpoint owner and also enables scheduling new conferences, and modifying and canceling these conferences.