LocalEndpointExtensions.GetConferenceServices Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceServices ^ GetConferenceServices(Microsoft::Rtc::Collaboration::LocalEndpoint ^ endpoint, System::String ^ localIdentityUri, System::String ^ localIdentityDisplayName);
public static Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceServices GetConferenceServices (this Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, string localIdentityUri, string localIdentityDisplayName);
static member GetConferenceServices : Microsoft.Rtc.Collaboration.LocalEndpoint * string * string -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceServices
<Extension()>
Public Function GetConferenceServices (endpoint As LocalEndpoint, localIdentityUri As String, localIdentityDisplayName As String) As ConferenceServices

Parameters

endpoint
LocalEndpoint
localIdentityUri
String
localIdentityDisplayName
String

Returns

Applies to