Releases: QuickBlox/ios-quickblox-sdk-webrtc
Releases · QuickBlox/ios-quickblox-sdk-webrtc
3.2.0
Added
- Improved modularization by updating import statements to use framework-style imports.
Updated
- Updated import paths to use
<QuickbloxWebRTC/...>
instead of direct file references. - Improved session handling by introducing
didReceiveNewSessionV2:userInfo:
as a replacement for the deprecated method.
Deprecated
- Deprecated
didReceiveNewSession:userInfo:
in favor ofdidReceiveNewSessionV2:userInfo:
. - Marked
recorder
property inQBRTCSession
as deprecated with a message indicating it is no longer supported.
Fixed
- Adjusted header imports for better compatibility and maintainability.
- Removed redundant imports to streamline compilation.
Migration Guide
- If you were using
didReceiveNewSession:userInfo:
, migrate todidReceiveNewSessionV2:userInfo:
for improved session management. - Update any direct imports of
QBRTCMediaStreamTrack.h
,QBRTCTypes.h
,QBRTCBaseSession.h
,QBRTCBaseClientDelegate.h
, and others to use the<QuickbloxWebRTC/...>
format. - Ensure that deprecated properties and methods are replaced with their updated alternatives to avoid compatibility issues.
- The
recorder
property inQBRTCSession
is now deprecated and should not be used.
3.1.0
Added:
- iOS 13 Support
3.0.1
Fixes
- Minor enhancements to improve compatibility and support with CocoaPods.
3.0.0
Added:
- Mac Catalyst support.
- Simulators support.
Updated:
- Updated Google WebRTC to version 124.0.6367.88.
- Enhanced Logger for more effective logging.
- Improved conference signaling mechanism.
- Encapsulated RTC interfaces for better modularity.
- Optimized camera capture queue and video capture logic.
- Updated media stream functionalities.
- Refactored audio track handling.
Deprecated:
- Deprecated methods and classes related to call recording.
Fixed:
- Adjusted logging level settings and switched from assertions to validations.
- Removed deprecated audio session logic.
- Fixed inconsistencies in video frame handling.
2.8.1
Fixed:
CFBundleIdentifier Collision