Skip to content

Commit

Permalink
65
Browse files Browse the repository at this point in the history
  • Loading branch information
machine committed Mar 25, 2022
1 parent 2b00bfa commit b3a0908
Show file tree
Hide file tree
Showing 15 changed files with 3,158 additions and 861 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Kandy.js change log.
- This project adheres to [Semantic Versioning](http://semver.org/).
- This change log follows [keepachangelog.com](http://keepachangelog.com/) recommendations.

## 4.38.0 - 2022-03-25

### Added

- Added the ability to authenticate a user using an access token. `KJS-534`
- `setCredentials` was updated, along with the deprecated `connect` authentication format. Please use the former.
- Added the ability to update the CIM `accessToken` or `bearerAccessToken` tokens by using the new `updateToken` API. `KJS-537`

### Fixed

- Fixed a Call issue where removing a local track would not trigger a `call:trackEnded` event if the user had previously been receiving music-on-hold. `KJS-626`
- Fixed a Proxy issue where the error for providing invalid media constraints was missing the constraint name. `KJS-596`

## 4.37.1 - 2022-03-08

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ To install a particular build branch or beta branch with the Github URL, run:

### In the browser :
```html
<script src="https://unpkg.com/@kandy-io/link-sdk@4.37.1/dist/kandy.js"
integrity="sha384-uza+JUpe+AjHZekCaB59Yc4mvuIaB81EdZr3onfh5yh116wNshI3gbtq2QWq1V04"
<script src="https://unpkg.com/@kandy-io/link-sdk@4.38.0/dist/kandy.js"
integrity="sha384-n8MXzw2vxUGXCF5FvZK8ZKhp8xW/7nqq/3aHKPOGbn0dxmqhGrADJ+xkANK2GmSo"
crossorigin="anonymous">
</script>
```
Expand Down

0 comments on commit b3a0908

Please sign in to comment.