lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.63.0 vs lib/twilio-ruby/rest/insights.rb in twilio-ruby-5.63.1
- old
+ new
@@ -47,9 +47,17 @@
def call_summaries
self.v1.call_summaries()
end
##
+ # @param [String] conference_sid The conference_sid
+ # @return [Twilio::REST::Insights::V1::ConferenceInstance] if conference_sid was passed.
+ # @return [Twilio::REST::Insights::V1::ConferenceList]
+ def conferences(conference_sid=:unset)
+ self.v1.conferences(conference_sid)
+ end
+
+ ##
# @param [String] room_sid Unique identifier for the room.
# @return [Twilio::REST::Insights::V1::RoomInstance] if room_sid was passed.
# @return [Twilio::REST::Insights::V1::RoomList]
def rooms(room_sid=:unset)
self.v1.rooms(room_sid)
\ No newline at end of file