Twilio.Resources.Trunking.V1.Trunk.Recording (twilio_elixir v0.1.1)

Copy Markdown View Source

Recording settings for a trunk

Parent: /Trunks/{Sid}

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| mode | The recording mode for the trunk. Can be do-not-record (default), record-from-ringing, record-from-answer, record-from-ringing-dual, or record-from-answer-dual.. Values: do-not-record, record-from-ringing, record-from-answer, record-from-ringing-dual, record-from-answer-dual |

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| trim | The recording trim setting for the trunk. Can be do-not-trim (default) or trim-silence.. Values: trim-silence, do-not-trim |

Summary

Types

t()

@type t() :: %Twilio.Resources.Trunking.V1.Trunk.Recording{
  mode: String.t(),
  trim: String.t()
}

Functions

object_name()