Skip to content

What's new?

This section presents the changes that have been introduced in the update of the Video SDK v6.8

Attention

This release is not backward compatible with previous major versions.
You will need to update your configuration files, assets, and event listeners accordingly.

New changes

  • Add a configurable retry limit for video capture; new VD_retry and VD_maxRetriesExceeded events are dispatched.
  • Add new microphoneFailurePermissionError event.
  • Minor bugfixes and improvements.

Deprecations in 2026.7

The following events currently dispatch with two different detail.type values for backward compatibility (some legacy variants are dispatched without a type property at all). Only the value listed below will be maintained; the other will be removed in a future release:

  • VD_detectionTimeout: type: "info" is deprecated; only type: "error" will be maintained.
  • VD_loseFocus: previously dispatched without a type property; only type: "info" will be maintained.
  • VD_restartProcess: previously dispatched without a type property; only type: "info" will be maintained.