[mirotalksfu] - #194 Remove unused method
هذا الالتزام موجود في:
@@ -297,17 +297,4 @@ class VirtualBackground {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
animateGifBackground() {
|
|
||||||
// Continuously update the GIF frame for animation
|
|
||||||
if (!this.gifAnimation) return;
|
|
||||||
|
|
||||||
const updateFrame = () => {
|
|
||||||
if (this.gifAnimation && this.gifCanvas) {
|
|
||||||
this.currentGifFrame = this.gifCanvas;
|
|
||||||
}
|
|
||||||
requestAnimationFrame(updateFrame);
|
|
||||||
};
|
|
||||||
updateFrame();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم