Class: Twilio::REST::Participant
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Participant
- 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
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
#mute ⇒ Object
12 13 14 |
# File 'lib/twilio-ruby/rest/conferences/participants.rb', line 12 def mute update muted: 'true' end |
#unmute ⇒ Object
16 17 18 |
# File 'lib/twilio-ruby/rest/conferences/participants.rb', line 16 def unmute update muted: 'false' end |