Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.39 KB

voipphonecall.md

File metadata and controls

32 lines (22 loc) · 1.39 KB
-api-id -api-type
T:Windows.ApplicationModel.Calls.VoipPhoneCall
winrt class

Windows.ApplicationModel.Calls.VoipPhoneCall

-description

Represents a VoIP phone call.

-remarks

Call the VoipCallCoordinator.RequestNewAppInitiatedCall method to create a new VoipPhoneCall object. You can then use the VoipPhoneCall object to set up a new in-app call notification, and to handle events that the VoipPhoneCall raises.

If the user accepts the call, then your application should call NotifyCallAccepted. If the call is rejected or unanswered, then call NotifyCallEnded. Alternatively, the system itself can raise the AnswerRequested or RejectRequested events, and your VoIP application can handle those events in order to determine whether the user has accepted or rejected the incoming call via the HID device.

Version history

Windows version SDK version Value added
1709 16299 TryShowAppUI
1803 17134 NotifyCallAccepted

-examples

-see-also

-capabilities

phoneCallHistory, phoneCallHistorySystem, voipCall