Releases: infobip/infobip-rtc-ios
Releases · infobip/infobip-rtc-ios
Infobip RTC 2.2.0
Removed
- Removed methods for enabling push notifications without pushConfigId parameter, as it’s now required.
Infobip RTC 2.1.7
Fixed
- Data channels support when joining dialog.
Infobip RTC 2.1.6
Added
- Send text via data channel.
Infobip RTC 2.1.5
Fixed
- Minor bugs with push registrations
Infobip RTC 2.1.4
Changed
- Minor performance improvements
Infobip RTC 2.1.3
Fixed
- Crash occurring when collecting media stats
Infobip RTC 2.1.2
Added
- Added enabling low data mode for audio calls through call options or via call method
Infobip RTC 2.1.1
Added
- Validation and limiting for custom data
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.29
Changed
- Minor performance improvements.