Class CallCommandResponse
Represents the response from an in-call command (DTMF, stream, or talk) confirming the action was performed.
public class CallCommandResponse
- Inheritance
-
CallCommandResponse
- Inherited Members
Properties
Message
A description of the action taken (e.g., "Talk started", "Stream stopped", "DTMF sent").
[JsonProperty("message")]
public string Message { get; set; }
Property Value
Uuid
The UUID of the call leg the command was applied to.
[JsonProperty("uuid")]
public string Uuid { get; set; }