다음을 통해 공유


VoipCallCoordinator.RequestOutgoingUpgradeToVideoCall 메서드

정의

중요

Windows.Phone.Networking.Voip 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. 대신 Windows.ApplicationModel.Calls 네임스페이스에서 해당 형식을 사용합니다.

기존 셀룰러 호출을 대체할 새로운 발신 영상 통화를 시스템에 알 수 있습니다.

public:
 virtual void RequestOutgoingUpgradeToVideoCall(Platform::Guid callUpgradeGuid, Platform::String ^ context, Platform::String ^ contactName, Platform::String ^ serviceName, [Out] VoipPhoneCall ^ & call) = RequestOutgoingUpgradeToVideoCall;
void RequestOutgoingUpgradeToVideoCall(winrt::guid const& callUpgradeGuid, winrt::hstring const& context, winrt::hstring const& contactName, winrt::hstring const& serviceName, [Out] VoipPhoneCall const& & call);
public void RequestOutgoingUpgradeToVideoCall(Guid callUpgradeGuid, string context, string contactName, string serviceName, out VoipPhoneCall call);
Public Sub RequestOutgoingUpgradeToVideoCall (callUpgradeGuid As Guid, context As String, contactName As String, serviceName As String, ByRef call As VoipPhoneCall)

매개 변수

callUpgradeGuid
Guid

Platform::Guid

winrt::guid

호출의 GUID 입니다.

context
String

Platform::String

winrt::hstring

연결된 포그라운드 앱에 딥 링크로 전달되는 문자열입니다. 연락처 이름 또는 앱의 UI를 더 빠르게 채우는 데 사용할 수 있는 다른 데이터일 수 있습니다. 최대 길이는 128자입니다. 이 매개 변수는 null이 아니어야 하며 앱의 매니페스트 파일에 정의된 작업을 참조해야 합니다.

contactName
String

Platform::String

winrt::hstring

휴대폰의 최소화된 통화 UI에 표시되는 발신자의 이름 또는 ID입니다. 최대 길이는 128자입니다.

serviceName
String

Platform::String

winrt::hstring

휴대폰의 최소화된 통화 UI에 표시되는 VoIP 서비스의 이름입니다. 최대 길이는 128자입니다.

call
VoipPhoneCall

새 발신 호출을 나타내는 개체입니다.

적용 대상