Skip to content

Releases: exotel/exotel-ip-calling-crm-websdk

WebRTC connection retries

21 Nov 11:09
35dfd3d
Compare
Choose a tag to compare

What's Changed

  • bump exotel-npm-dev/webrtc-client-sdk version to 1.0.16 by @ExoAbhishek in #10

Full Changelog: 1.1.4...1.1.5

This release bring some reliability and QOL improvements by bumping up to 1.016 version of exotel-npm-dev/webrtc-client-sdk
With this update, now the connection will be retried in case of some issues.

Call Details improvement in callbacks

23 Sep 13:20
30df377
Compare
Choose a tag to compare

This release improves upon 1.1.3 by making call details object consistent across callListener, holdToggle and muteToggle

What's Changed

  • make call obj in callListener, muteToggle and holdToggle consitent by @ExoAbhishek in #8

Full Changelog: 1.1.3...1.1.4

Upgrade webrtc-client-sdk version to 1.0.14

13 Sep 09:38
1304a22
Compare
Choose a tag to compare

This update brings improvements to call object which now has callSid by upgrading to webrtc-client-sdk version to 1.0.14

Upgrade webrtc-client-sdk version to 1.0.13

11 Sep 08:38
080c8ed
Compare
Choose a tag to compare

This release fixes issue mentioned here: #4 (comment)

by upgrading to webrtc-client-sdk version to 1.0.13

This update bring the latest logging improvement of webrtc-client-sdk to exotel-ip-calling-crm-websdk

Bugfix for DTMF

27 Jun 12:09
d4541ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

Enhance CRM WebSDK to support DTMF inputs

27 Jun 09:14
c421948
Compare
Choose a tag to compare

The changes allow DTMF inputs to be passed when a call is in progress.

The CRM webphone now supports SendDTMF method

First release of npm based crm websdk

14 Jun 11:57
2c72cad
Compare
Choose a tag to compare

Supports following web-phone methods:

RegisterDevice
UnRegisterDevice

AcceptCall
HangupCall

ToggleHold
ToggleMute