PhoneCall.MuteAsync 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.
Asynchronously mutes an active phone call.
public:
virtual IAsyncOperation<PhoneCallOperationStatus> ^ MuteAsync() = MuteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallOperationStatus> MuteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallOperationStatus> MuteAsync();
function muteAsync()
Public Function MuteAsync () As IAsyncOperation(Of PhoneCallOperationStatus)
Returns
An asynchronous operation object which, when it completes, contains a PhoneCallOperationStatus object representing the status of the phone call.
- Attributes
Windows requirements
App capabilities |
phoneCall
|