Method: Twilio::REST::Api#conferences

Defined in:
lib/twilio-ruby/rest/api.rb

#conferences(sid = :unset) ⇒ Twilio::REST::Api::V2010::AccountContext::ConferenceInstance, Twilio::REST::Api::V2010::AccountContext::ConferenceList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that that we created to identify this Conference resource.

Returns:



81
82
83
84
# File 'lib/twilio-ruby/rest/api.rb', line 81

def conferences(sid=:unset)
  warn "conferences is deprecated. Use account.conferences instead."
  self..conferences(sid)
end