You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.