New WebRTC Component Changes

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