VoipCallRejectReason enumeration
Specifies the reason that an incoming call was rejected.
Syntax
Members
The VoipCallRejectReason enumeration has these members.
| Member | Value | Description |
|---|---|---|
| UserIgnored | 0 |
The user pressed a button to ignore the call. |
| TimedOut | 1 |
The incoming call timed out. |
| OtherIncomingCall | 2 |
Another incoming call was accepted. |
| EmergencyCallExists | 3 |
An emergency call is in progress. |
| InvalidCallState | 4 |
The call is in an invalid state. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
Attributes
- [Version(0x06020000)]
Show: