Sha256: 020bbed2ce4e105456980ec3c68a381a376f75cd90a6f1b25fa41625b0484bc1

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

# encoding: utf-8

require 'adhearsion/event/active_speaker'

module Adhearsion
  class Event
    class StoppedSpeaking < Event
      register :'stopped-speaking', :core

      include ActiveSpeaker
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adhearsion-3.0.0.rc1 lib/adhearsion/event/stopped_speaking.rb
adhearsion-3.0.0.beta2 lib/adhearsion/event/stopped_speaking.rb
adhearsion-3.0.0.beta1 lib/adhearsion/event/stopped_speaking.rb