New WebRTC and Video Player

This commit is contained in:
2025-10-02 19:10:49 +05:30
parent c452853160
commit c4e868490e
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -1,3 +1,6 @@
import { WebRTCPlayer } from "@eyevinn/webrtc-player";
declare global {
interface Window {
schema: any;
@@ -5,6 +8,7 @@ declare global {
upload: any;
myModal_open: any;
myModal_close: any;
WebRTCPlayer: typeof WebRTCPlayer
}
}