mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-67381-master' of git://github.com/rezaies/moodle
This commit is contained in:
commit
077fa38a32
2
lib/amd/build/adapter.min.js
vendored
2
lib/amd/build/adapter.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10891
lib/amd/src/adapter.js
10891
lib/amd/src/adapter.js
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user