Version 24.1.0 GA

What's new in this release?

  • Support for custom participant types
  • VidyoClient SDK now supports custom participants depending on their participant types, along with their dynamic metadata, which comes from the Vidyo backend. This feature will enable application developers to add custom semantics to the types, such as bots, RTMP, etc.
  • Notifications for these types are provided by the SDK through callbacks. Applications can register/unregister for callbacks using:
  • VidyoConnectorRegisterBotEventListener
  • VidyoConnectorUnRegisterBotEventListener
  • When registered, VidyoClient will execute the callback functions:
  • VidyoConnectorOnBotJoined
  • VidyoConnectorOnBotLeft
  • Note

    Vidyo will provide additional information once all Vidyo components have support for this feature.

Resolved issues

The following table lists the issues we have resolved in VidyoClient API Binary Library version 24.1.0.

VidyoClient API Binary Library version 24.1.0 - resolved issues

Key

Summary

VIDVCB-2157

Vidyo made the following changes to meet mandatory Apple requirements:

  1. Include PrivacyInfo.xcprivacy files in third-party SDKs.

  2. Sign all SDK packages.

VIDVCB-2069

The moderation processing logic was optimized.

VIDVCB-2047

VidyoClient compilation for iOS was fixed to remove duplicate symbols.

VIDVCB-2045

An orientation issue, which was reproducible on certain phones after upgrading to Android 14, was fixed.

VIDVCB-2007

Insecure APIs, according to CWE-676, were replaced with recommended APIs.

VIDVCB-1958

We created a module map for the iOS package.

VIDVCB-1781

We fixed a crash in the SDK audio module caused by an unsigned integer overflow.

VIDVCB-1752

To improve capturing of window content, we updated the Windows SDK version for Windows Project files, and we also added an old approach of sharing for older Windows 10 versions which do not support Win RT.

VIDVCB-1745

CameraX dependencies were added in the sample app.

VIDVCB-1570

The application sharing logic for Windows store apps was updated.

Known issues

There are no new known issues for this release.