Merge branch 'MDL-67381-master' of git://github.com/rezaies/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2019-12-18 16:19:57 +01:00
commit 077fa38a32
8 changed files with 5502 additions and 5402 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -95,6 +95,7 @@ M.atto_recordrtc.commonmodule = {
handle_stop: function() {
// Set source of audio player.
var blob = new window.Blob(cm.chunks, {type: cm.mediaRecorder.mimeType});
cm.player.set('srcObject', null);
cm.player.set('src', window.URL.createObjectURL(blob));
// Show audio player with controls enabled, and unmute.

View File

@ -95,6 +95,7 @@ M.atto_recordrtc.commonmodule = {
handle_stop: function() {
// Set source of audio player.
var blob = new window.Blob(cm.chunks, {type: cm.mediaRecorder.mimeType});
cm.player.set('srcObject', null);
cm.player.set('src', window.URL.createObjectURL(blob));
// Show audio player with controls enabled, and unmute.

View File

@ -93,6 +93,7 @@ M.atto_recordrtc.commonmodule = {
handle_stop: function() {
// Set source of audio player.
var blob = new window.Blob(cm.chunks, {type: cm.mediaRecorder.mimeType});
cm.player.set('srcObject', null);
cm.player.set('src', window.URL.createObjectURL(blob));
// Show audio player with controls enabled, and unmute.

View File

@ -273,7 +273,7 @@
<location>amd/src/adapter.js</location>
<name>WebRTC adapter</name>
<license>BSD</license>
<version>6.4.0</version>
<version>7.3.0</version>
<licenseversion>3-Clause</licenseversion>
</library>
<library>