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
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.account.conferences(sid) end |