LocalEndpoint.EndpointSubtype Property
Gets the subtype of the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property EndpointSubtype As EndpointSubtype
Get
'Usage
Dim instance As LocalEndpoint
Dim value As EndpointSubtype
value = instance.EndpointSubtype
public EndpointSubtype EndpointSubtype { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.EndpointSubtype
Remarks
EndpointSubtype is mostly meaningful when the local endpoint is owned by an automaton (the EndpointType is "application"). By default, the EndpointSubtype is "attendant" as this is the most common type of automaton (Interactive Voice Response system, Instant Messaging robot). When the EndpointType is "user", the EndpointSubtype should be null.