Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 2.3 KB

Change Log

All notable changes to this project will be documented in this file.

1.4.0 Releases

1.3.0 Releases

0.2.0 Releases


Released on 2018-08-23.

Added

  • Support screen sharing for both sending and receiving.
  • A new API to refresh token for authentication.
  • Two properties in Membership: personDisplayName, personOrgId.
  • Support real time message receiving.
  • Support message end to end encription.
  • A few new APIs to do message/file end to end encryption, Mention in message, upload and download encrypted files.
  • Five properties in Person: nickName, firstName, lastName, orgId, type.
  • Three functions to create/update/delete a person for organization's administrator.
  • Support room list ordered by either room ID, lastactivity time or creation time.
  • A new property in TeamMembership: personOrgId.
  • Two new parameters to update webhook : status and secret.

Updated

  • Fixed sometimes cannot receive callback when hangup a call.
  • Fixed video call has bad video quality with Vuzix M300 smart glasses.
  • Fixed the order of redirectUri and scope are reversed in OAuthWebViewAuthenticator.

Released on 2018-01-12.

Added

  • Receive and display content-sharing stream
  • Support room calling/multi-party calling
  • Support Single-Sign-On authentication
  • Set the maximum bandwidth for Audio/Video/Content Sharing

Updated

  • Fixed always receiving incoming room call even if there is nobody in the meeting room
  • Fixed unstable call state caused by race condition in call control events
  • Fixed random crash when logout
  • Updated the license by adding a term for H264 codec, and adding a new license file for "Cisco API" used in the project.

Removed

The following exclude is no longer needed in the packagingOptions (unless RxJava2 or its related library is involved in developers's app):

packagingOptions {
    exclude 'META-INF/rxjava.properties'
}

Released on 2017-11-30.

Added

  • Initial release of Cisco Spark SDK for Android.