ExStreamClient.Model.CallEgress (ExStreamClient v0.1.11)

View Source

Schema 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

t()

@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()
}

Functions

decode(map)

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

nested_components()