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.
Defines the type of endpoint from which presence is being published.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration DeviceType
'Usage
Dim instance As DeviceType
public enum DeviceType
Members
| Member name | Description | |
|---|---|---|
| Undefined | The endpoint type value is not defined. | |
| Computer | The endpoint type is Computer. | |
| DeskPhone | The endpoint type is a desk phone. | |
| Mobile | The endpoint type is a mobile device. | |
| Web | The endpoint type is Web-based client. | |
| Custom | The endpoint type is a custom type. |