module Punchblock::Event::ActiveSpeaker

Public Class Methods

included(klass) click to toggle source
# File lib/punchblock/event/active_speaker.rb, line 6
def self.included(klass)
  klass.attribute :call_id
end