lib/purecloud/models/media_participant_request.rb in purecloud-0.63.1 vs lib/purecloud/models/media_participant_request.rb in purecloud-0.64.1
- old
+ new
@@ -89,25 +89,35 @@
self.state = attributes[:'state']
end
if attributes[:'recording']
self.recording = attributes[:'recording']
+ else
+ self.recording = false
end
if attributes[:'muted']
self.muted = attributes[:'muted']
+ else
+ self.muted = false
end
if attributes[:'confined']
self.confined = attributes[:'confined']
+ else
+ self.confined = false
end
if attributes[:'held']
self.held = attributes[:'held']
+ else
+ self.held = false
end
if attributes[:'wrapupSkipped']
self.wrapup_skipped = attributes[:'wrapupSkipped']
+ else
+ self.wrapup_skipped = false
end
end
# Custom attribute writer method checking allowed values (enum).