Skip to content

[ENH] RecordRTC has been bundled in Tiki

This merge request bundles the RecordRTC package directly with Tiki, eliminating the need to fetch it as an external dependency. This approach streamlines installation, reduces external dependencies, and ensures RecordRTC is readily available within Tiki.

Key Changes:

  • Bundling RecordRTC: Added RecordRTC to Tiki’s npm build system, allowing it to be compiled and deployed as part of the Tiki codebase.
  • Deprecating External RecordRTC Package: Marked RecordRTC as deprecated in the Tiki packages configuration with a note indicating it is now bundled with Tiki.

Ref: https://avan.tech/item108348

Merge request reports

Loading