Sha256: 3a5ae84b901964d2a0a2da2d1da26cc074e40157dc0c3b3b6057487de7a989fc

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 StartedSpeaking < Event
      register :'started-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/started_speaking.rb
adhearsion-3.0.0.beta2 lib/adhearsion/event/started_speaking.rb
adhearsion-3.0.0.beta1 lib/adhearsion/event/started_speaking.rb