Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the type of user agent that this endpoint represents.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetEndpointType ( _
endpointType As EndpointType _
)
'Usage
Dim instance As ApplicationEndpointSettings
Dim endpointType As EndpointType
instance.SetEndpointType(endpointType)
public void SetEndpointType(
EndpointType endpointType
)
Parameters
- endpointType
Type: Microsoft.Rtc.Collaboration.EndpointType
The user agent's type.
See Also
Reference
ApplicationEndpointSettings Class