Release Notes - iOS
This page will keep you updated with all the releases of iOS SDK.
v2.1.8
Release Date : 6th Nov 2024
Change Log :
Whiteboard Feature:
- Start:
meeting.startWhiteboard()
→onWhiteboardStarted
event (returns URL) - Stop:
meeting.stopWhiteboard()
→onWhiteboardStopped
event - Use: Embed URL in iOS Webview
- Benefit: Real-time visual collaboration in meetings
Docs: Whiteboard
Bug Fix :
- Fixed reconnection issues and optimized memory usage
v2.1.7
Release Date : 1st Nov 2024
Bug Fix :
- Resolved an issue causing the app to crash when joining or leaving a session.
- Fixed a reconnection issue to ensure stable connections during session rejoining.
v2.1.5
Release Date : 8th July 2024
New Features:
Added support for Hardware Accelerated Codec (H.264) in VideoSDK.createCameraVideoTrack(). This enhance compresses video data for efficient transmission over the internet, balancing quality and bandwidth usage.
v2.1.4
Release Date : 21st June 2024
Bug Fix :
-
Resolved a conflict between the
join()
method andcreateCameraVideoTrack()
method's facingMode(front/back) property. -
The
facingMode
property now takes priority over thecameraPosition
setting specified during join().
v2.1.3
Release Date : 6th June 2024
New Features:
- Image capture that enables capturing local participant's image using methods.
- Methods added:
captureImage
- Methods added:
- Fetch and upload base64 data during the meeting.
- Methods added:
fetchBase64File
anduploadBase64File
.
- Methods added:
- Added public protocol
VideoSDKVideoProcessor
for processing frames manually. - Added a public class
VideoSDKBackgroundProcessor
that helps in seamlessly starting virtual background during the meeting. - Added
setVideoProcessor
method for setting the processor instance for frame processing.
Docs: Video Processor
Docs: Virtual Background
Docs: Image Capture
Docs: Temporary Storage
v2.1.2
Release Date : 8th May 2024
Change Log :
-
Introducing real-time transcription capabilities with the following methods:
Methods:
-
startTranscription:
Easily begin real-time transcription with a single method call.SDK Reference : startTranscription
-
stopTranscription:
Stops ongoing transcription processes seamlessly when necessary.SDK Reference : stopTranscription
Events:
-
onTranscriptionStateChanged:
Receive updates on transcription states, including started, stopped, and failed states.SDK Reference : onTranscriptionStateChanged
-
onTranscriptionText:
Get real-time updates of transcription text as it is generated, ensuring a responsive transcription experience.SDK Reference : onTranscriptionText
-
-
Introducing post-meeting transcription and summary capabilities with the recording and HLS methods:
-
startRecording():
Begins recording the meeting and supports post-transcription and summary configuration.SDK Reference : startRecording
-
startHls():
Starts HLS streaming with options for post-transcription and summary settings.SDK Reference : startHls
-
-
Added new error code for better debugging. Checkout the list of available error codes here
Docs: Realtime Transcription
Docs: Post Transcription & Summary
v2.1.1
Release Date : 28th April 2024
Change log :
- Support for Custom Audio Track added.
Bug Fix :
- Room stats issue fixed.
v2.1.0
Release Date : 11th April 2024
Change log :
-
Screen share feature added into SDK.
-
Precall-Functions added into SDK.
-
Added Change-Mic method into SDK.
v2.0.14
Release Date : 2nd January 2024
Change log : None
Bug Fix :
-
Video Stream Orientation Issue Fix (Firefox): Resolved an issue where the video stream orientation was incorrect, specifically for users using the Firefox browser. This fix ensures a consistent and accurate video display on Firefox.
-
System Mic Enable Fix on Call Exit: Resolved an issue where the system microphone remained active after a user exited a call. This update ensures that the system microphone is now properly disabled upon leaving a call, safeguarding user privacy.
v2.0.13
Release Date : 25th September 2023
Change log : None
Bug Fix :
- Fix: HLSUrl class properties access modifier changed.
v2.0.12
Release Date : 8th September 2023
Change log :
- Updated
startRecording
with custom config support.
v2.0.11
Release Date : 2nd September 2023
Change log :
- Integrate Open telemetry Traces & Logs (internal-release).
v2.0.10
Release Date : 12th June 2023
Change log :
- Get stats integration on participant.
v2.0.9
Release Date : 5th June 2023
Change log :
-
Custom Participant Id Support.
-
Participant's Pin/Unpin method added.
-
New meeting events added like WebSocket events, state changes of HLS, Meeting, Streams, etc.
v2.0.8
Release Date : 11th May 2023
Change log :
-
Websocket events integration in meeting.
-
Meeting events integration in meeting.
-
SDK Error integration in meeting.
-
Start/Stop HLS support.
v2.0.7
Release Date : 02nd May 2023
Change log :
- New features added of customVideoTrack and Multistream support.
v2.0.6
Release Date : 29th April 2023
Change log :
- Added support for custom-video-track in meeting.
v2.0.5
Release Date : 17th April 2023
Change log : None
Bug Fix :
- SDK internal improvements.
v2.0.4
Release Date : 11th April 2023
Change log :
- Replace Starscream dependency with VideoSDKWebSocket.
v2.0.3
Release Date : 10th March 2023
Change log : None
Bug Fix :
- Video and share stream issue fixed.
v2.0.2
Release Date : 23rd February 2023
Change log : None
Bug Fix :
- Enhanced SDK with reduction of dependency errors.
v2.0.1
Release Date : 20th February 2023
Change log :
- Extended the Mediasoup's MediaKind enum for adding share Mediakind.
v2.0.0
Release Date : 09th January 2023
Change log : None
Bug Fix :
- Reduced memory leaks and crashes in SDK.
Got a Question? Ask us on discord