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
- Enabled multiple connections in multiple devices (browsers, tabs, and etc)
- Changed localStorage to use sessionStorage on Login class to save
sessid
- Removed adapter-webrtc it was breaking the react-native SDK
- 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 CHANGELOG file.
- Fix vulnerabilities in some dev dependencies.
- Added support to choose environment between production or dev in SDK client
- Added the property
env
in react-native examples
- Added README with instructions.