PhoneCall.SendDtmfKey(DtmfKey, DtmfToneAudioPlayback) 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.
Sends the specified dual tone multi-frequency (DTMF) character to the phone call. Only short tones (burst) are supported.
public:
virtual PhoneCallOperationStatus SendDtmfKey(DtmfKey key, DtmfToneAudioPlayback dtmfToneAudioPlayback) = SendDtmfKey;
PhoneCallOperationStatus SendDtmfKey(DtmfKey const& key, DtmfToneAudioPlayback const& dtmfToneAudioPlayback);
public PhoneCallOperationStatus SendDtmfKey(DtmfKey key, DtmfToneAudioPlayback dtmfToneAudioPlayback);
function sendDtmfKey(key, dtmfToneAudioPlayback)
Public Function SendDtmfKey (key As DtmfKey, dtmfToneAudioPlayback As DtmfToneAudioPlayback) As PhoneCallOperationStatus
Parameters
- dtmfToneAudioPlayback
- DtmfToneAudioPlayback
A DtmfToneAudioPlayback object specifying whether or not the audio for the DTMF tones should be played back on the local device.
Returns
A PhoneCallOperationStatus object representing the status of the phone call.
Windows requirements
App capabilities |
phoneCall
|