1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ #### 1.4.0 Releases
5
+ - ` 1.4.0 ` Releases - [ 1.4.0] ( #140 )
6
+
4
7
#### 1.3.0 Releases
5
8
- ` 1.3.0 ` Releases - [ 1.3.0] ( #130 )
6
9
@@ -9,6 +12,27 @@ All notable changes to this project will be documented in this file.
9
12
- ` 0.2.0 ` Releases - [ 0.2.0] ( #020 )
10
13
11
14
---
15
+ ## [ 1.4.0] ( https://github.com/ciscospark/spark-android-sdk/releases/tag/1.4.0 )
16
+ Released on 2018-08-23.
17
+
18
+ #### Added
19
+ - Support screen sharing for both sending and receiving.
20
+ - A new API to refresh token for authentication.
21
+ - Two properties in Membership: personDisplayName, personOrgId.
22
+ - Support real time message receiving.
23
+ - Support message end to end encription.
24
+ - A few new APIs to do message/file end to end encryption, Mention in message, upload and download encrypted files.
25
+ - Five properties in Person: nickName, firstName, lastName, orgId, type.
26
+ - Three functions to create/update/delete a person for organization's administrator.
27
+ - Support room list ordered by either room ID, lastactivity time or creation time.
28
+ - A new property in TeamMembership: personOrgId.
29
+ - Two new parameters to update webhook : status and secret.
30
+
31
+ #### Updated
32
+ - Fixed sometimes cannot receive callback when hangup a call.
33
+ - Fixed video call has bad video quality with Vuzix M300 smart glasses.
34
+ - Fixed the order of redirectUri and scope are reversed in OAuthWebViewAuthenticator.
35
+
12
36
## [ 1.3.0] ( https://github.com/ciscospark/spark-android-sdk/releases/tag/1.3.0 )
13
37
Released on 2018-01-12.
14
38
0 commit comments