2.22.2 (2024-11-14)
- WebRTC Debug Report: Enhance collected data.
- add an option to allow ice candidate prefetching (#396)
2.22.1 (2024-10-14)
Improve stability for ICE gathering process. (See #391)
2.22.0 (2024-10-14)
- add reconnection flag to login message (#380) (643e252)
- change reconnection logic (#383) (8ac1d8c)
- publish generated docs to gh pages (#385) (d3a3d37)
- set client_state from bye message (#382) (b2c4611)
2.21.2 (2024-09-05)
2.21.1 (2024-08-22)
- add .yarn/install_state.gz to .gitignore (#369) (7b2b7a4)
- query param is appended multiple times (#368) (14c2711)
- upgrade ci to use yarn v2 (#370) (cc46e49)
2.21.0 (2024-08-14)
2.20.0 (2024-08-01)
2.19.0 (2024-06-20)
2.18.0 (2024-06-10)
2.17.0 (2024-05-28)
2.16.0 (2024-05-14)
2.15.0 (2024-04-30)
2.14.0 (2024-04-26)
2.13.0 (2024-04-22)
2.12.0 (2024-04-05)
2.11.0 (2024-02-26)
- ENGDESK-23349: bind telnyxids on ringing event for outbound calls (#342) (1b1df78)
- ENGDESK-28811: call object direction is undefined upon receiving call (#341) (8ac5a3f)
2.10.2 (2024-02-20)
2.10.1 (2023-11-23)
2.10.0 (2023-11-22)
- ENGDESK-26634: add custom headers to invite and answer messages (#338) (69814b4)
- ENGDESK-27107: Upgrade WebRTC library to support React 18 (#321) (66d0c0e)
2.9.0 (2023-01-31)
- ENGDESK-21003: add beforeunload event to hang up active calls when the browser is closed or refreshed (#304) (5f4a899)
2.8.2 (2022-09-28)
2.8.1 (2022-07-07)
2.8.0 (2022-05-25)
2.7.6 (2022-04-26)
2.7.5 (2022-04-26)
2.7.4 (2022-04-25)
- change timeout value of 500 to use a random number between 3000 (#246) (34a232a)
- WEBRTC-1705: reverting dependabot updates to fix typedoc generation (#278) (5ac667d)
2.7.3 (2021-12-14)
- change previousGatewayState only if gateWayState exist to avoid send many REGISTER messages (#244) (70c10fa)
2.7.2 (2021-12-13)
2.7.1 (2021-12-09)
2.7.0 (2021-12-08)
- Hotfix: package.lock update and node upgrade to 14 (#228) (29b7c27)
- WEBRTC-746: recursive call to getDevices when the browser does not support audiooutput like Safari and Firefox. (#223) (bbc2231)
2.2.7 (2021-01-08)
2.2.6 (2021-01-08)
2.2.5 (2021-01-06)
2.2.4 (2020-12-11)
2.2.3 (2020-12-04)
- Updates to
docs
2.2.2 (2020-11-19)
- Added cause and causeCode when hangup the call
- Removed adapter-webrtc it was breaking the react-native SDK
- Added improvements in production bundle code.
- Enabled multiple connections in multiple devices (browsers, tabs, and etc)
- Changed localStorage to use sessionStorage on Login class to save
sessid
- Added
SipReason
SipCode
andSIP Call ID
to show friendly error messages.
- Changed the project structure to use monorepo yarn workspaces.
- Fixed alert message about
Authentication required
- Added a new react video example to make video call.
- Updated storybook react example, removed deprecated methods, and added new ones.
- Fixed audio call on Firefox v78. It only add
offerToReceiveAudio/offerToReceiveVideo
when provided in theoptions
- Fixed vulnerabilities in some dev dependencies.
- Added the property
ringbackFile
to provide a ringback audio file. - Added support to play ringback file when receive the event
telnyx_rtc.ringing
. - Added the property
login_token
to support login with ephemeral token. - Added CHANGELOG file.
- Changed the property
ringFile
to beringtoneFile
.
- Fixed vulnerabilities in some dev dependencies.
- Added
setStateTelnyx
method toBaseCall.ts
.
- Added support to react-native