lib/twilio-ruby/rest/conferences/participants.rb in twilio-ruby-3.9.0 vs lib/twilio-ruby/rest/conferences/participants.rb in twilio-ruby-3.10.0

- old
+ new

@@ -1,8 +1,8 @@ module Twilio module REST class Participants < ListResource - def initialize(uri, client) + def initialize(path, client) super # hard-code the json key since participants don't have sids @instance_id_key = 'call_sid' end end