Sha256: 7fb47775d2ac981a115a9292d7663b871abed55a94f7f999827c909066cf465b
Contents?: true
Size: 321 Bytes
Versions: 24
Compression:
Stored size: 321 Bytes
Contents
# encoding: utf-8 module Punchblock 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
24 entries across 24 versions & 1 rubygems