struct Asterisk::ARI::Recordings::LiveRecording
- Asterisk::ARI::Recordings::LiveRecording
- Struct
- Value
- Object
Overview
A recording that is in progress
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/recordings_live_recording.crConstructors
Instance Method Summary
-
#cause : String?
Cause for recording failure if failed
-
#cause=(cause : String?)
Cause for recording failure if failed
-
#duration : Int32?
Duration in seconds of the recording
-
#duration=(duration : Int32?)
Duration in seconds of the recording
-
#format : String
Recording format (wav, gsm, etc.)
-
#format=(format : String)
Recording format (wav, gsm, etc.)
-
#name : String
Base name for the recording
-
#name=(name : String)
Base name for the recording
-
#silence_duration : Int32?
Duration of silence, in seconds, detected in the recording.
-
#silence_duration=(silence_duration : Int32?)
Duration of silence, in seconds, detected in the recording.
- #state : String
- #state=(state : String)
-
#talking_duration : Int32?
Duration of talking, in seconds, detected in the recording.
-
#talking_duration=(talking_duration : Int32?)
Duration of talking, in seconds, detected in the recording.
-
#target_uri : String
URI for the channel or bridge being recorded
-
#target_uri=(target_uri : String)
URI for the channel or bridge being recorded
Constructor Detail
Instance Method Detail
Duration of silence, in seconds, detected in the recording. This is only available if the recording was initiated with a non-zero maxSilenceSeconds.
Duration of silence, in seconds, detected in the recording. This is only available if the recording was initiated with a non-zero maxSilenceSeconds.
Duration of talking, in seconds, detected in the recording. This is only available if the recording was initiated with a non-zero maxSilenceSeconds.
Duration of talking, in seconds, detected in the recording. This is only available if the recording was initiated with a non-zero maxSilenceSeconds.