Module: Punchblock::Event::ActiveSpeaker

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

Instance Method Summary collapse

Instance Method Details

#call_idObject



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

def call_id
  read_attr :'call-id'
end

#call_id=(other) ⇒ Object



10
11
12
# File 'lib/punchblock/event/active_speaker.rb', line 10

def call_id=(other)
  write_attr :'call-id', other
end

#inspect_attributesObject

:nodoc:



14
15
16
# File 'lib/punchblock/event/active_speaker.rb', line 14

def inspect_attributes # :nodoc:
  [:call_id] + super
end