plivo-browser-sdk
Advanced tools
Comparing version 2.1.0-beta.12 to 2.1.0
@@ -8,2 +8,32 @@ | ||
## v2.1.0 (released# 12-11-2018) | ||
**BUG fix** | ||
* microphoneDevices.set was setting deviceIds without removing the old deviceId, which is fixed. | ||
* Added extra header to the callInfo object which is sent to some event callbacks | ||
* Login with the endpoint which is currently logined in will not be allowed. | ||
* Login with an different enpoint during an ongoing call will throw error saying "Cannot login when there is an ongoing call". [CSDK-87] | ||
* Workaround for chrome [bug](https://bugs.chromium.org/p/chromium/issues/detail?id=770694) where incoming call ringtone file was not loading properly sometimes which leads to incoming call without ringtone [SUP-272]. | ||
* Removed media metrics' dependency with callstats.io and used our call insights data [CSDK-109]. | ||
* If the call uuid passed in the answer function deos not match any of the incoming calls, a error message will be logged and false will be returned. | ||
* Workaround for firefox [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1495569) where 180's SDP during outbound call should have a=mid line. | ||
**Feature** | ||
* An extra option "actionOnOtherIncomingCalls" is added for answer(callUUID, actionOnOtherIncomingCalls) function. During a mutiple incoming calls scenario, if "ignore" is passed for actionOnOtherIncomingCalls, the call with callUUID passed to answer function will be answered and other calls will be ignored. If no values are passed for actionOnOtherIncomingCalls, the other incoming calls will be rejected. | ||
* New option to allow multiple incoming calls. | ||
* New method `ignore()` to take action on the incoming call. | ||
* Call insights data are collected for the insights enabled accounts. | ||
* Made project publishable to npmjs -> `npm install plivo-browser-sdk --save` | ||
* getPeerConnection() will return RTCPeerConnection object even when the outbound call is in ringing state. | ||
* Added support for '-' in extra headers keys. | ||
## v2.0.24 (released@ 09-11-2018) | ||
* Workaround for firefox [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1495569) where 180's SDP during outbound call should have a=mid line. | ||
## v2.0.23 (released@ 20-09-2018) | ||
* Workaround for chrome [bug](https://bugs.chromium.org/p/chromium/issues/detail?id=770694) where incoming call ringtone file was not loading properly sometimes which leads to incoming call without ringtone. | ||
## v2.0.22 (released@ 18-09-2018) | ||
* Login with the endpoint which is currently logined in will not be allowed. | ||
* Login with an different enpoint during an ongoing call will throw error saying "Cannot login when there is an ongoing call". | ||
## v2.0.21 (released@ 23-08-2018) | ||
@@ -19,3 +49,2 @@ * JsSIP v3.2.11 upgrade bug fixes | ||
## v2.0.20 ( released@ 07-07-2018) [YANKED] | ||
@@ -22,0 +51,0 @@ |
{ | ||
"name": "plivo-browser-sdk", | ||
"title": "plivo-browser-sdk", | ||
"version": "2.1.0-beta.12", | ||
"version": "2.1.0", | ||
"description": "This library allows you to connect with plivo's voice enviroment from browser", | ||
@@ -6,0 +6,0 @@ "main": "./dist/plivo.js", |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4062795
0