Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.25 KB

voipcallcoordinator_setupnewacceptedcall_475235632.md

File metadata and controls

43 lines (29 loc) · 1.25 KB
-api-id -api-type
M:Windows.ApplicationModel.Calls.VoipCallCoordinator.SetupNewAcceptedCall(System.String,System.String,System.String,System.String,Windows.ApplicationModel.Calls.VoipPhoneCallMedia)
winrt method

Windows.ApplicationModel.Calls.VoipCallCoordinator.SetupNewAcceptedCall

-description

Sets up a newly accepted call.

-parameters

-param context

Information that is passed to the VOIP app's foreground UI process. This might be the contact name, or other data that helps the UI display more quickly.

-param contactName

The name or ID of the caller.

-param contactNumber

The phone number (if applicable) of the caller.

-param serviceName

The name of the service or application.

-param media

The type of call (audio/video or audio only).

-returns

Returns the call as a VoipPhoneCall object.

-remarks

All string parameters have a maximum allowed length of 128 characters (including the terminator).

-see-also

-examples

-capabilities

phoneCallHistory, phoneCallHistorySystem