Class: Twilio::REST::Participant

Inherits:
InstanceResource show all
Defined in:
lib/twilio-ruby/rest/conferences/participants.rb

Instance Method Summary collapse

Methods inherited from InstanceResource

#delete, #initialize, #inspect, #method_missing, #refresh, #update

Methods included from Utils

#detwilify, #twilify

Constructor Details

This class inherits a constructor from Twilio::REST::InstanceResource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource

Instance Method Details

#muteObject



12
13
14
# File 'lib/twilio-ruby/rest/conferences/participants.rb', line 12

def mute
  update :muted => 'true'
end

#unmuteObject



16
17
18
# File 'lib/twilio-ruby/rest/conferences/participants.rb', line 16

def unmute
  update :muted => 'false'
end