PhoneCallVideoCapabilitiesManager.GetCapabilitiesAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IAsyncOperation<PhoneCallVideoCapabilities ^> ^ GetCapabilitiesAsync(Platform::String ^ phoneNumber);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhoneCallVideoCapabilities> GetCapabilitiesAsync(winrt::hstring const& phoneNumber);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhoneCallVideoCapabilities> GetCapabilitiesAsync(string phoneNumber);
function getCapabilitiesAsync(phoneNumber)
Public Shared Function GetCapabilitiesAsync (phoneNumber As String) As IAsyncOperation(Of PhoneCallVideoCapabilities)
Parameters
Returns
The PhoneCallVideoCapabilities for the PhoneLine instance queried.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|