Guava.Commands.StartOutboundCall (Guava v0.34.0)

Copy Markdown View Source

Start an outbound PSTN call.

Summary

Types

t()

@type t() :: %Guava.Commands.StartOutboundCall{
  command_type: String.t(),
  from_number: String.t() | nil,
  to_number: String.t()
}