Releases: exotel/exotel-ip-calling-crm-websdk
WebRTC connection retries
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
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
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
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
What's Changed
- fix dtmf input for hash and star digits by @ExoAbhishek in #3
Full Changelog: 1.1.0...1.1.1
Enhance CRM WebSDK to support DTMF inputs
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
Supports following web-phone methods:
RegisterDevice
UnRegisterDevice
AcceptCall
HangupCall
ToggleHold
ToggleMute