Skip to content

Releases: plivo/Plivo-Browser-SDK-v2

v2.2.6

28 Mar 06:47
e0ffb43
Compare
Choose a tag to compare

Added: JavaScript framework detection for enhanced debugging.

v2.2.6-beta.0

27 Aug 05:59
a141a34
Compare
Choose a tag to compare
v2.2.6-beta.0 Pre-release
Pre-release
  1. Added: JavaScript framework detection for enhanced debugging.

V2.2.5

09 Aug 11:12
49f48f0
Compare
Choose a tag to compare

Added: New call quality metrics added in Browser SDK:
googEchoCancellationReturnLoss,
googEchoCancellationReturnLossEnhancement, googJitterBufferMs.
Added: On network change, a new event, "CALL_NETWORK", will now be sent to Call Insights

v2.2.5-beta.0

26 Jul 07:38
b47b02d
Compare
Choose a tag to compare
v2.2.5-beta.0 Pre-release
Pre-release
  1. Added: New call quality metrics added in Browser SDK:
    googEchoCancellationReturnLoss,
    googEchoCancellationReturnLossEnhancement, googJitterBufferMs.
  2. Added: On network change, a new event, "CALL_NETWORK", will now be sent to Call Insights

v2.2.4

06 Jul 07:08
47be60c
Compare
Choose a tag to compare

Bug Fixes

  • Fixed: Issue with audio input/output device toggle on Windows platform.
  • Fixed: Issue where non-default behavior was not maintained when Bluetooth was added over Headphones in Electron

Features

  • Added: Attribute called ‘callerName’ to the onIncoming call event. This attribute contains the name of the caller (if set by the initiator of the call) and can be displayed on the user interface.
  • Added: Ability to identify custom modifications to the officially released SDK versions.
  • Added: Capture audio input/output device toggle events during an active call
  • Added: Ability to select between Inband and Outband DTMF during initialization. For more information, refer to the Configuration Parameters section in the detailed reference.

V2.2.4.beta.2

06 Jul 07:10
e0f037c
Compare
Choose a tag to compare
V2.2.4.beta.2 Pre-release
Pre-release

Bug Fixes

  • Fixed: Issue with audio input/output device toggle on Windows platform.
  • Fixed: Issue where non-default behavior was not maintained when Bluetooth was added over Headphones in Electron
    Features
  • Added: Attribute called 'callerName' to the onIncoming call event. This attribute contains the name of the caller (if set by the initiator of the call) and can be displayed on the user interface.
  • Added: Ability to identify custom modifications to the officially released SDK versions.
  • Added: Capture audio input/output device toggle events during an active call
  • Added: Ability to select between Inband and Outband DTMF during initialization. For more information, refer to the Configuration Parameters section in the detailed reference.

v2.2.3

05 Apr 10:29
8138d81
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed: Issue, where one-way audio was observed for the next call after a custom device for input and output, was removed.
  • Fixed: Issue where the call-summary event was not getting sent reliably under unstable network connections.
  • Fixed: Issue where an error message was being published (setremotedescriptionfailed) when an outgoing PSTN call is rejected by the destination.
  • Fixed: Issue where one-way audio was observed if an external Bluetooth device was first connected and then disconnected whilst the Browser SDK was on an active call.
  • Fixed: An issue where under unstable network conditions, Browser SDK keeps sending media metrics events even after a call has been hung up from the other end.
  • Fixed: Issue where audio was getting picked up from both the external and internal microphones when the Bluetooth device was disconnected during a call and then added back during the next call.
  • Fixed: Issue where audio output did not flow through an external Bluetooth device if one was added to a Windows machine.

v2.2.3-beta.3

23 Mar 11:03
2db7105
Compare
Choose a tag to compare
v2.2.3-beta.3 Pre-release
Pre-release

Fixed: Issue where audio output did not flow through an external Bluetooth device if one was added to a Windows machine.

v2.2.3-beta.2

19 Mar 06:33
61ea97a
Compare
Choose a tag to compare
v2.2.3-beta.2 Pre-release
Pre-release
  1. Fixed: Issue where audio was getting picked up from both the external and internal microphones when the Bluetooth device was disconnected during a call and then added back during the next call.
  2. Fixed: Issue where one-way audio was observed if an external Bluetooth device was first connected and then disconnected whilst the Browser SDK was on an active call.
  3. Fixed: An issue where under unstable network conditions, Browser SDK keeps sending media metrics events even after a call has been hung up from the other end.
  4. Fixed: Issue, where one-way audio was observed for the next call after a custom device for input and output, was removed.
  5. Fixed: Issue where the call-summary event was not getting sent reliably under unstable network connections.
  6. Fixed: Issue where an error message was being published (setremotedescriptionfailed) when an outgoing PSTN call is rejected by the destination.

v2.2.2

18 Feb 08:44
8e7c97d
Compare
Choose a tag to compare

Bug Fixes:

  1. Fixed: Missing Information in Call summary event when the browser is closed during an ongoing call.

  2. Fixed: Issue where, for the first call post initialization of the SDK, input audio was getting picked from the device microphone even if an external Bluetooth device was added before calling.