PhoneCall.ChangeAudioDevice(PhoneCallAudioDevice) 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.
Sets a hands-free (HF) phone call audio device.
public:
virtual PhoneCallOperationStatus ChangeAudioDevice(PhoneCallAudioDevice endpoint) = ChangeAudioDevice;
PhoneCallOperationStatus ChangeAudioDevice(PhoneCallAudioDevice const& endpoint);
public PhoneCallOperationStatus ChangeAudioDevice(PhoneCallAudioDevice endpoint);
function changeAudioDevice(endpoint)
Public Function ChangeAudioDevice (endpoint As PhoneCallAudioDevice) As PhoneCallOperationStatus
Parameters
- endpoint
- PhoneCallAudioDevice
A PhoneCallAudioDevice object representing the audio device to set.
Returns
A PhoneCallOperationStatus object representing the status of the phone call.
Windows requirements
App capabilities |
phoneCall
|