All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- 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