Edit

Share via


ApplicationEndpointSettings.SetEndpointType Method

Definition

Overloads

SetEndpointType(EndpointType)

Sets the type of user agent that this endpoint represents.

SetEndpointType(EndpointType, EndpointSubtype)

Sets the type of user agent that this endpoint represents.

SetEndpointType(EndpointType)

Sets the type of user agent that this endpoint represents.

public:
 void SetEndpointType(Microsoft::Rtc::Collaboration::EndpointType endpointType);
public void SetEndpointType (Microsoft.Rtc.Collaboration.EndpointType endpointType);
member this.SetEndpointType : Microsoft.Rtc.Collaboration.EndpointType -> unit

Parameters

endpointType
EndpointType

The user agent's type.

Applies to

SetEndpointType(EndpointType, EndpointSubtype)

Sets the type of user agent that this endpoint represents.

public:
 void SetEndpointType(Microsoft::Rtc::Collaboration::EndpointType endpointType, Microsoft::Rtc::Collaboration::EndpointSubtype endpointSubtype);
public void SetEndpointType (Microsoft.Rtc.Collaboration.EndpointType endpointType, Microsoft.Rtc.Collaboration.EndpointSubtype endpointSubtype);
member this.SetEndpointType : Microsoft.Rtc.Collaboration.EndpointType * Microsoft.Rtc.Collaboration.EndpointSubtype -> unit

Parameters

endpointType
EndpointType

The user agent's type.

endpointSubtype
EndpointSubtype

The user agent's subtype. Only permissible if the EndpointType is "Application".

Exceptions

Thrown if the EndpointSubtype is not compatible with the EndpointType.

Applies to