AccessoryManager.AcceptPhoneCallWithVideo Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AcceptPhoneCallWithVideo(UInt32) |
Принимает входящий видеозвонок. |
AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint) |
Принимает входящий видеозвонок. |
AcceptPhoneCallWithVideo(UInt32)
Принимает входящий видеозвонок.
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)
Параметры
- phoneCallId
-
UInt32
unsigned int
uint32_t
Идентификатор входящего вызова
- Атрибуты
Требования к Windows
Возможности приложения |
accessoryManager
|
Комментарии
Для вызова этого API необходимо указать возможности ID_CAP_SMS и ID_CAP_SMS_COMPANION в манифесте приложения.
См. также раздел
Применяется к
AcceptPhoneCallWithVideo(UInt32, PhoneCallAudioEndpoint)
Принимает входящий видеозвонок.
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)
Параметры
- phoneCallId
-
UInt32
unsigned int
uint32_t
Идентификатор входящего вызова
- endPoint
- PhoneCallAudioEndpoint
Конечная аудиоконечная точка входящего звонка
- Атрибуты
Требования к Windows
Возможности приложения |
accessoryManager
|
Комментарии
Для вызова этого API необходимо указать возможности ID_CAP_SMS и ID_CAP_SMS_COMPANION в манифесте приложения.