PhoneCallType Enum
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.
Options indicating the kind of phone state that is used.
public enum class PhoneCallType
public enum PhoneCallType
type PhoneCallType =
Public Enum PhoneCallType
- Inheritance
-
PhoneCallType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unspecified or unknown reason. |
Rcc | 1 | Set for RCC call, N >= 3. A client publishes aggregate phone state of all RCC calls. |
Voip | 2 | Set for VOIP call. N >= 3. A client publishes aggregate phone state for all VoIP calls. |
Pstn | 3 | Set for PSTN conference calls. |
Unknown | 255 | The calling option is not any of the known calling options. |