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.
Specifies the reason that an incoming call was rejected.
Syntax
public enum VoipCallRejectReason
Public Enum VoipCallRejectReason
public enum class VoipCallRejectReason
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 |
Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++] |
Metadata |
Windows.WinMD |
Capabilities |
ID_CAP_VOIP [Windows Phone] |
Attributes
[Version(0x06020000)]