Class DtmfCommand
Represents a command to send DTMF (Dual-Tone Multi-Frequency) tones into an active call.
public class DtmfCommand
- Inheritance
-
DtmfCommand
- Inherited Members
Properties
Digits
The DTMF digit string to send to the call (e.g., "1713", "p*123#"). Supports digits 0-9, *, #, and p for 500ms pauses.
[JsonProperty("digits")]
public string Digits { get; set; }