PhoneCallType Enumeration
Options indicating the kind of phone state that is used.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PhoneCallType
'Usage
Dim instance As PhoneCallType
public enum PhoneCallType
Members
Member name | Description | |
---|---|---|
None | Unspecified or unknown reason. | |
Rcc | Set for RCC call, N >= 3. A client publishes aggregate phone state of all RCC calls. | |
Voip | Set for VOIP call. N >= 3. A client publishes aggregate phone state for all VoIP calls. | |
Pstn | Set for PSTN conference calls. | |
Unknown | The calling option is not any of the known calling options. |