lib/purecloud/models/call.rb in purecloud-0.63.1 vs lib/purecloud/models/call.rb in purecloud-0.64.1
- old
+ new
@@ -164,25 +164,33 @@
self.direction = attributes[:'direction']
end
if attributes[:'recording']
self.recording = attributes[:'recording']
+ else
+ self.recording = false
end
if attributes[:'recordingState']
self.recording_state = attributes[:'recordingState']
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[:'recordingId']
self.recording_id = attributes[:'recordingId']
end