Releases: videosdk-live/videosdk-rtc-ios-sdk
Releases · videosdk-live/videosdk-rtc-ios-sdk
New Feature: Added support for Hardware Accelerated Codec (H.264) in VideoSDK.createCameraVideoTrack()
New Feature: Added support for Hardware Accelerated Codec (H.264) in VideoSDK.createCameraVideoTrack()
Latest
Change Log:
- 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.
Fix: cameraPosition(front/back) conflict fixed (join/createCameraVideoTrack)
Change Log:
- Fix: cameraPosition(front/back) conflict fixed between
join()
andcreateCameraVideoTrack()
Image capture and virtual background support added.
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.
Change Log:
- Freeze stats added.
Support of realtime transcription, post-meeting transcription and summary added
New Features:
- Real-Time Transcription which enables realtime transcription functionality with methods and events.
- Methods added:
startTranscription
andstopTranscription
to enable and disable transcription respectively. - Events:
onTranscriptionStateChanged
andonTranscriptionText
.
- Methods added:
- Post-meeting Transcription and summary capabilities with recording andHLS methods.
startRecording()
: Begins recording the meeting and supports post-transcription and summary configuration.startHls()
: Starts HLS streaming with options for post-transcription and summary settings.
Change Log:
1. Added new error codes.
Support of Custom audio track added
What's Changed
- Support of custom audio track added
- Stats issue fixed
Screen Share feature support added
What's Changed
- Added Change-Mic to the SDK
- Precall-Functions added into SDK
- Screen share feature added into SDK
Fixed Firefox video stream orientation and resolved system mic disable issue on call exit for improved visual and audio consistency.
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.
Fix: HLSUrl class properties access modifier changed
v2.0.13 Fix: HLSUrl class properties access modifier changed
Update: startRecording with custom config support
v2.0.12 Update: startRecording with custom config support
Integrate Open telemetry Traces & Logs (internal-release)
v2.0.11 Integrate Open telemetry Traces & Logs (internal-release).