Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 749 Bytes

phonecallstatus.md

File metadata and controls

49 lines (28 loc) · 749 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Calls.PhoneCallStatus
winrt enum

Windows.ApplicationModel.Calls.PhoneCallStatus

-description

Defines constants that specify the state of a phone call.

-enum-fields

-field Lost: 0

Specifies that the connection is lost.

-field Incoming: 1

Specifies that the call is being received (incoming).

-field Dialing: 2

Specifies that the call is being dialed (outgoing).

-field Talking: 3

Specifies that the call is in the talking state.

-field Held: 4

Specifies that the call is in the held state.

-field Ended: 5

Specifies that the call is ended.

-remarks

-see-also

-examples

-capabilities

phoneCall