Android.Net.Sip.SipAudioCall.SendDtmf Method
Sends a DTMF code.

Syntax

[Android.Runtime.Register("sendDtmf", "(ILandroid/os/Message;)V", "GetSendDtmf_ILandroid_os_Message_Handler")]
public virtual void SendDtmf (int code, Android.OS.Message result)

Parameters

code
the DTMF code to send. Value 0 to 15 (inclusive) are valid inputs.
result
the result message to send when done

Remarks

Sends a DTMF code. According to , event 0--9 maps to decimal value 0--9, '*' to 10, '#' to 11, event 'A'--'D' to 12--15, and event flash to 16. Currently, event flash is not supported.

[Android Documentation]

Requirements

Namespace: Android.Net.Sip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9