Skip to content

Releases: videosdk-live/videosdk-rtc-ios-sdk

New Feature: Added support for Hardware Accelerated Codec (H.264) in VideoSDK.createCameraVideoTrack()

08 Jul 14:34
Compare
Choose a tag to compare

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)

21 Jun 14:42
Compare
Choose a tag to compare

Change Log:

  • Fix: cameraPosition(front/back) conflict fixed between join() and createCameraVideoTrack()

Image capture and virtual background support added.

06 Jun 12:00
Compare
Choose a tag to compare

New Features:

  1. Image capture that enables capturing local participant's image using methods.
    • Methods added: captureImage.
  2. Fetch and upload base64 data during the meeting.
    • Methods added: fetchBase64File and uploadBase64File.
  3. Added public protocol VideoSDKVideoProcessor for processing frames manually.
  4. Added a public class VideoSDKBackgroundProcessor that helps in seamlessly starting virtual background during the meeting.
  5. Added setVideoProcessor method for setting the processor instance for frame processing.

Change Log:

  1. Freeze stats added.

Support of realtime transcription, post-meeting transcription and summary added

07 May 16:51
Compare
Choose a tag to compare

New Features:

  1. Real-Time Transcription which enables realtime transcription functionality with methods and events.
    • Methods added: startTranscription and stopTranscription to enable and disable transcription respectively.
    • Events: onTranscriptionStateChanged and onTranscriptionText.
  2. 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

28 Apr 17:20
Compare
Choose a tag to compare

What's Changed

  • Support of custom audio track added
  • Stats issue fixed

Screen Share feature support added

11 Apr 17:23
Compare
Choose a tag to compare

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.

12 Jan 14:59
4cafadb
Compare
Choose a tag to compare

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

25 Sep 17:16
Compare
Choose a tag to compare
v2.0.13

Fix: HLSUrl class properties access modifier changed

Update: startRecording with custom config support

08 Sep 17:57
Compare
Choose a tag to compare
v2.0.12

Update: startRecording with custom config support

Integrate Open telemetry Traces & Logs (internal-release)

02 Sep 11:21
Compare
Choose a tag to compare
v2.0.11

Integrate Open telemetry Traces & Logs (internal-release).