Share via


AccessoryManager.AcceptPhoneCallWithVideo Method

Definition

Overloads

AcceptPhoneCallWithVideo(UInt32)

Accepts an incoming video call.

AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint)

Accepts an incoming video call.

AcceptPhoneCallWithVideo(UInt32)

Accepts an incoming video call.

public:
 static void AcceptPhoneCallWithVideo(unsigned int phoneCallId);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideo")]
 static void AcceptPhoneCallWithVideo(uint32_t const& phoneCallId);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideo")]
public static void AcceptPhoneCallWithVideo(uint phoneCallId);
function acceptPhoneCallWithVideo(phoneCallId)
Public Shared Sub AcceptPhoneCallWithVideo (phoneCallId As UInteger)

Parameters

phoneCallId
UInt32

unsigned int

uint32_t

The identifier of the incoming call

Attributes

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

See also

Applies to

AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint)

Accepts an incoming video call.

public:
 static void AcceptPhoneCallWithVideo(unsigned int phoneCallId, PhoneCallAudioEndpoint endPoint);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideoOnAudioEndpoint")]
 static void AcceptPhoneCallWithVideo(uint32_t const& phoneCallId, PhoneCallAudioEndpoint const& endPoint);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCallWithVideoOnAudioEndpoint")]
public static void AcceptPhoneCallWithVideo(uint phoneCallId, PhoneCallAudioEndpoint endPoint);
function acceptPhoneCallWithVideo(phoneCallId, endPoint)
Public Shared Sub AcceptPhoneCallWithVideo (phoneCallId As UInteger, endPoint As PhoneCallAudioEndpoint)

Parameters

phoneCallId
UInt32

unsigned int

uint32_t

The identifier of the incoming call

endPoint
PhoneCallAudioEndpoint

The audio end point of the incoming call

Attributes

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

See also

Applies to