Skip to content
Snippets Groups Projects

[ENH] RecordRTC has been bundled in Tiki

1 unresolved thread

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

Merge train pipeline #1536684400 passed

Merge train pipeline passed for 715095bd

Test coverage 96.41% (0.00%) from 1 job
Approval is optional

Merged by SoftStart CodeSoftStart Code 4 months ago (Nov 11, 2024 3:32pm UTC)

Merge details

  • Changes merged into with 715095bd.
  • Deleted the source branch.

Pipeline #1536694546 passed

Pipeline passed for 715095bd on master

Test coverage 96.41% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
81 81 $recordRtcService = new Services_RecordRtc_Controller();
82 82 $recordRtcService->setUp();
83 83
84 $recordRtcVendor = VendorHelper::getAvailableVendorPath('recordrtc', 'npm-asset/recordrtc/RecordRTC.js');
85 if ($prefs['fgal_use_record_rtc_screen'] !== 'y' || empty($recordRtcVendor)) {
86 $smarty->assign('module_error', tra('Record RTC is not available.'));
87 return;
88 }
89
90 84 $headerlib = TikiLib::lib('header');
91 $headerlib->add_jsfile('vendor/npm-asset/recordrtc/RecordRTC.js', true);
  • Sandeep D mentioned in merge request !6442 (merged)

    mentioned in merge request !6442 (merged)

  • Please register or sign in to reply
    Loading