lib/purecloud/models/call_media_participant.rb in purecloud-0.63.1 vs lib/purecloud/models/call_media_participant.rb in purecloud-0.64.1

- old
+ new

@@ -293,14 +293,18 @@ self.disconnect_type = attributes[:'disconnectType'] end if attributes[:'held'] self.held = attributes[:'held'] + else + self.held = false end if attributes[:'wrapupRequired'] self.wrapup_required = attributes[:'wrapupRequired'] + else + self.wrapup_required = false end if attributes[:'wrapupPrompt'] self.wrapup_prompt = attributes[:'wrapupPrompt'] end @@ -331,10 +335,12 @@ self.wrapup_timeout_ms = attributes[:'wrapupTimeoutMs'] end if attributes[:'wrapupSkipped'] self.wrapup_skipped = attributes[:'wrapupSkipped'] + else + self.wrapup_skipped = false end if attributes[:'provider'] self.provider = attributes[:'provider'] end @@ -347,17 +353,23 @@ self.external_organization = attributes[:'externalOrganization'] 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[:'recording'] self.recording = attributes[:'recording'] + else + self.recording = false end if attributes[:'recordingState'] self.recording_state = attributes[:'recordingState'] end