WebRTC JS ChangeLog
2.22.2 (2024-11-14)
Enhancement
- WebRTC Debug Report: Enhance collected data.
Features
- add an option to allow ice candidate prefetching (#396)
2.22.1 (2024-10-14)
Bug Fixes
Improve stability for ICE gathering process. (See #391)
2.22.0 (2024-10-14)
Features
- 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)
Bug Fixes
2.21.1 (2024-08-22)
Bug Fixes
- 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)
Features
2.20.0 (2024-08-01)
Features
2.19.0 (2024-06-20)
Features
Bug Fixes
2.18.0 (2024-06-10)
Features
2.17.0 (2024-05-28)
Features
2.16.0 (2024-05-14)
Features
2.15.0 (2024-04-30)
Features
2.14.0 (2024-04-26)
Features
2.13.0 (2024-04-22)
Features
2.12.0 (2024-04-05)
Features
2.11.0 (2024-02-26)
Features
Bug Fixes
- 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)
Bug Fixes
2.10.1 (2023-11-23)
Bug Fixes
2.10.0 (2023-11-22)
Features
- 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)
Features
- 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)
Bug Fixes
2.8.1 (2022-07-07)
2.8.0 (2022-05-25)
Features
2.7.6 (2022-04-26)
2.7.5 (2022-04-26)
2.7.4 (2022-04-25)
Bug Fixes
- 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)
Bug Fixes
- change previousGatewayState only if gateWayState exist to avoid send many REGISTER messages (#244) (70c10fa)
2.7.2 (2021-12-13)
Bug Fixes
2.7.1 (2021-12-09)
Bug Fixes
2.7.0 (2021-12-08)
Features
Bug Fixes
- 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)
Changed
- Updates to
docs
2.2.2 (2020-11-19)
Bug Fixes
[2.1.6] - 2020-10-05
Changed
- Added cause and causeCode when hangup the call
[2.1.5] - 2020-08-26
Changed
- Removed adapter-webrtc it was breaking the react-native SDK
Added
- Added improvements in production bundle code.
[2.1.4] - 2020-08-26
Changed
- Enabled multiple connections in multiple devices (browsers, tabs, and etc)
- Changed localStorage to use sessionStorage on Login class to save
sessid
[2.1.3] - 2020-08-13
Added
- Added
SipReason
SipCode
andSIP Call ID
to show friendly error messages.
Changed
- Changed the project structure to use monorepo yarn workspaces.
[2.1.2] - 2020-08-06
Fixed
- Fixed alert message about
Authentication required
[2.1.1] - 2020-08-03
Added
- Added a new react video example to make video call.
Updated
- Updated storybook react example, removed deprecated methods, and added new ones.
Fixed
- Fixed audio call on Firefox v78. It only add
offerToReceiveAudio/offerToReceiveVideo
when provided in theoptions
Security
- Fixed vulnerabilities in some dev dependencies.
[2.1.0] - 2020-07-09
Added
- 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
- Changed the property
ringFile
to beringtoneFile
.
Security
- Fixed vulnerabilities in some dev dependencies.
[2.0.3] - 2020-06-08
Added
- Added
setStateTelnyx
method toBaseCall.ts
.
[2.0.2] - 2020-05-12
Added
- Added support to react-native