Sha256: bae9b629752892e967df3c81ff63a6b5eb9b044798012ce4535fe231823d6fef

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

# encoding: utf-8

module Adhearsion
  class Event
    class Joined < Event
      register :joined, :core

      # @return [String] the call ID that was joined
      attribute :call_uri

      # @return [String] the mixer name that was joined
      attribute :mixer_name

      alias :call_id :call_uri
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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