ApplicationEndpointSettings.SetEndpointType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.