Skip to content

Commit 7c1d373

Browse files
chore(release): 1.60.0 [skip ci]
# [1.60.0](v1.59.0...v1.60.0) (2021-09-08) ### Bug Fixes * **MeetingsSdkAdapter:** stop stream when switching cameras ([6ac8ebf](6ac8ebf)) * **MeetingsSdkAdapter:** stop stream when switching microphones ([cd98107](cd98107)) ### Features * **MeetingsSdkAdapter:** move proceed without microphone control in its own file and create tests ([ca80867](ca80867))
1 parent cd98107 commit 7c1d373

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.60.0](https://github.com/webex/sdk-component-adapter/compare/v1.59.0...v1.60.0) (2021-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **MeetingsSdkAdapter:** stop stream when switching cameras ([6ac8ebf](https://github.com/webex/sdk-component-adapter/commit/6ac8ebfa6136afe44ceda745969ed0381658c77c))
7+
* **MeetingsSdkAdapter:** stop stream when switching microphones ([cd98107](https://github.com/webex/sdk-component-adapter/commit/cd9810711b5ceef78181eda4323c89f96eafade0))
8+
9+
10+
### Features
11+
12+
* **MeetingsSdkAdapter:** move proceed without microphone control in its own file and create tests ([ca80867](https://github.com/webex/sdk-component-adapter/commit/ca8086714e49f617d99c2e396304cd7605a812d9))
13+
114
# [1.59.0](https://github.com/webex/sdk-component-adapter/compare/v1.58.0...v1.59.0) (2021-09-06)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/sdk-component-adapter",
3-
"version": "1.59.0",
3+
"version": "1.60.0",
44
"main": "dist/webexSDKComponentAdapter.esm.js",
55
"module": "dist/webexSDKComponentAdapter.esm.js",
66
"scripts": {

0 commit comments

Comments
 (0)