LocalEndpoint.EndpointSubtype Property

Definition

Gets the subtype of the local endpoint.

public:
 property Microsoft::Rtc::Collaboration::EndpointSubtype EndpointSubtype { Microsoft::Rtc::Collaboration::EndpointSubtype get(); };
public Microsoft.Rtc.Collaboration.EndpointSubtype EndpointSubtype { get; }
member this.EndpointSubtype : Microsoft.Rtc.Collaboration.EndpointSubtype
Public ReadOnly Property EndpointSubtype As EndpointSubtype

Property Value

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.

Applies to