class Restcomm::REST::Participants
Public Class Methods
new(path, client)
click to toggle source
Calls superclass method
# File lib/restcomm-ruby/rest/conferences/participants.rb 4 def initialize(path, client) 5 super 6 # hard-code the json key since participants don't have sids 7 @instance_id_key = 'call_sid' 8 end