Skip to content

3.16.2

Latest

Choose a tag to compare

@rsarika rsarika released this 09 Apr 13:05
fdf84af

Added

  • New API Webex.uploadDiagnosticLogs(completionHandler: @escaping (Result<UploadDiagnosticLogsResponse>) -> Void) to upload SDK diagnostic logs and return a response containing the upload result and feedbackId.
  • New API Webex.isCrashReportingEnabled: Bool to enable or disable automatic SDK crash diagnostics upload for supported SDK-attributed crashes.
  • New struct UploadDiagnosticLogsResponse to wrap the diagnostics upload result and feedbackId.
  • New enum UploadDiagnosticLogsResult to describe the final outcome of a diagnostics upload request.

Updated

  • Fixed an issue where the self lastSeenDate value was not updated correctly when a new message or space was marked as read from a parallel active session for the same user.
  • Fixed an issue where the hold-state change notification was triggered twice when resuming a call that was on hold.
  • Allow toggling the audio mute status even when a call is on hold.