mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-60848 core: added instructions on how to update adapter.js
This commit is contained in:
parent
77e4535fd9
commit
44946baf04
@ -1,3 +1,15 @@
|
||||
/**
|
||||
* Description of import/upgrade into Moodle:
|
||||
*
|
||||
* 1. Visit https://github.com/webrtc/adapter/releases.
|
||||
* 2. Check if the version has been updated from what is listed in lib/thirdpartylibs.xml in the Moodle wwwroot.
|
||||
* 3. If it has -
|
||||
* 1. Download the source code.
|
||||
* 2. Copy the content of the file release/adapter.js from the archive (ignore the first line).
|
||||
* 3. Replace the content below "return (function e(t,n,r) .." in this file with the content you copied.
|
||||
* 4. Ensure to update lib/thirdpartylibs.xml with any changes.
|
||||
*/
|
||||
|
||||
// ESLint directives.
|
||||
/* eslint-disable */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user