Module: Punchblock::Event::ActiveSpeaker

Included in:
StartedSpeaking, StoppedSpeaking
Defined in:
lib/punchblock/event/active_speaker.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



6
7
8
# File 'lib/punchblock/event/active_speaker.rb', line 6

def self.included(klass)
  klass.attribute :call_id
end