]> _ Git - fluidbook-html5.git/commitdiff
wip #7885
authorsoufiane <soufiane@cubedesigners.com>
Tue, 6 Jan 2026 19:29:26 +0000 (20:29 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 6 Jan 2026 19:29:26 +0000 (20:29 +0100)
js/libs/fluidbook/fluidbook.video.js

index 9fc7781d6d79a5e91f8da54100db237e244bbde3..7b1e9673f3244f18ba3f9e115d67ed2c896a1d0d 100644 (file)
@@ -471,11 +471,6 @@ FluidbookVideo.prototype = {
             $this.fluidbook.sound.playAmbientIfNothingIsPlaying();
         });
 
-        // synchronize video and audio
-        player.on('timeupdate', function () {
-            //syncAudioAndVideo(audioTrackList)
-        })
-
         // Listen to the "change" event.
         audioTrackList.addEventListener('change', function() {
             player.muted(1)