Skip to content

Commit

Permalink
Patch 2.6.6 (#774)
Browse files Browse the repository at this point in the history
* Update softphone.js for ECHO_CANCELLATION_CHECK

---------

Co-authored-by: Andy Wang <[email protected]>
  • Loading branch information
andywang219 and Andy Wang authored Sep 29, 2023
1 parent fad03fa commit 1fd42e1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon-connect-streams",
"version": "2.6.5",
"version": "2.6.6",
"description": "Amazon Connect Streams Library",
"engines": {
"node": ">=12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release/connect-streams-dr-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-dr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/connect-streams-min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion release/connect-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -26297,7 +26297,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;// AWS SDK for JavaScript v2.1377.0

connect.core = {};
connect.core.initialized = false;
connect.version = "2.6.5";
connect.version = "2.6.6";
connect.outerContextStreamsVersion = null;
connect.DEFAULT_BATCH_SIZE = 500;

Expand Down Expand Up @@ -31086,6 +31086,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;// AWS SDK for JavaScript v2.1377.0
var SoftphoneErrorTypes = connect.SoftphoneErrorTypes;
var HANG_UP_MULTIPLE_SESSIONS_EVENT = "MultiSessionHangUp";
var MULTIPLE_SESSIONS_EVENT = "MultiSessions";
var ECHO_CANCELLATION_CHECK = "echoCancellationCheck";

var localMediaStream = {};

Expand Down
1 change: 1 addition & 0 deletions src/softphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
var SoftphoneErrorTypes = connect.SoftphoneErrorTypes;
var HANG_UP_MULTIPLE_SESSIONS_EVENT = "MultiSessionHangUp";
var MULTIPLE_SESSIONS_EVENT = "MultiSessions";
var ECHO_CANCELLATION_CHECK = "echoCancellationCheck";

var localMediaStream = {};

Expand Down

0 comments on commit 1fd42e1

Please sign in to comment.