ExStreamClient.Model.CallEgress (ExStreamClient v0.1.11)
View SourceSchema representing a CallEgress
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.CallEgress{ app_pk: integer(), call_id: String.t(), call_type: String.t(), config: ExStreamClient.Model.EgressTaskConfig.t() | nil, egress_id: String.t(), egress_type: String.t(), instance_ip: String.t(), started_at: DateTime.t() | integer() | String.t(), state: String.t(), stopped_at: (DateTime.t() | integer() | String.t()) | nil, updated_at: DateTime.t() | integer() | String.t() }