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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConferenceServices 
As 

ConferenceServices
C#
public 

ConferenceServices 
ConferenceServices { 
get; }
Visual C++
public:
property 

ConferenceServices^ 
ConferenceServices {
	

ConferenceServices^ 
get ();
}
JavaScript
function get_
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.

See Also