struct Asterisk::ARI::Events::ChannelTalkingFinished
- Asterisk::ARI::Events::ChannelTalkingFinished
- Asterisk::ARI::Events::Event
- Asterisk::ARI::Events::Message
- Struct
- Value
- Object
Overview
Talking is no longer detected on the channel.
Defined in:
asterisk/ari/events/channel_talking_finished.crConstructors
-
.new(pull : JSON::PullParser)
Talking is no longer detected on the channel.
Instance Method Summary
-
#channel : Channels::Channel
The channel on which talking completed.
-
#channel=(channel : Channels::Channel)
The channel on which talking completed.
-
#duration : Int32
The length of time, in milliseconds, that talking was detected on the channel
-
#duration=(duration : Int32)
The length of time, in milliseconds, that talking was detected on the channel
Instance methods inherited from struct Asterisk::ARI::Events::Event
application : String
application,
application=(application : String)
application=,
timestamp : Time
timestamp,
timestamp=(timestamp : Time)
timestamp=
Constructor methods inherited from struct Asterisk::ARI::Events::Event
new(pull : JSON::PullParser)
new
Instance methods inherited from struct Asterisk::ARI::Events::Message
asterisk_id : String?
asterisk_id,
asterisk_id=(asterisk_id : String?)
asterisk_id=,
type : String
type,
type=(type : String)
type=
Constructor methods inherited from struct Asterisk::ARI::Events::Message
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def duration : Int32
#
The length of time, in milliseconds, that talking was detected on the channel
def duration=(duration : Int32)
#
The length of time, in milliseconds, that talking was detected on the channel