OSTIP_EXARI v0.1.0 Swagger.Client.Model.LiveRecording View Source

A recording that is in progress

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.LiveRecording{
  cause: String.t(),
  duration: Int,
  format: String.t(),
  name: String.t(),
  silence_duration: Int,
  state: String.t(),
  talking_duration: Int,
  target_uri: String.t()
}