Releases: infobip/infobip-rtc-android
Releases · infobip/infobip-rtc-android
Infobip RTC 2.2.1
Added
- Data channel API for application, webrtc and room calls.
Fixed
- Normal hangup on client disconnect.
Infobip RTC 2.2.0
Removed
- Removed methods for enabling push notifications without pushConfigId parameter, as it’s now required.
Infobip RTC 2.1.5
Added
- Enabling Low data mode for audio calls through call options and via call method
Infobip RTC 2.1.4
Changed
- Audio quality improvements
Infobip RTC 2.1.3
Fixed
- Custom data bugs in application calls.
Infobip RTC 2.1.2
Added
- Validation and limiting for custom data
Infobip RTC 2.1.1
Changed
- Minor performance improvements.
Infobip RTC 2.1.0
Changed
Important breaking change starting with version 2.1.0 - due to some internal changes on how calls are being handled, it?s not possible to make calls with the callWebrtc method between applications using versions 2.0.x and 2.1.y. Calls with matching minor versions are still possible.
Also, starting with 2.1.0, in order to access recording files, use the available API
or Portal, passing call identifier as the callId parameter.
Infobip RTC 2.0.21
Added
- Added current audio media stats object in NetworkQualityChangedEvent
Changed
- Renamed AudioDevice class
- Added ActiveAudioDeviceChangedEvent and AvailableAudioDevicesChangedEvent for audio device changes
Infobip RTC 2.0.20
Fixed
- Minor bugfixes