# `ExStreamClient.Model.CallActionOptions`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/call_action_options.ex#L1)

Schema representing a CallActionOptions

# `t`

```elixir
@type t() :: %ExStreamClient.Model.CallActionOptions{
  duration: integer() | nil,
  flag_reason: String.t() | nil,
  kick_reason: String.t() | nil,
  mute_audio: boolean() | nil,
  mute_video: boolean() | nil,
  reason: String.t() | nil,
  warning_text: String.t() | nil
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
