Allow camera engines to signal events to the card.

This commit is contained in:
Dermot Duffy
2024-03-03 15:40:20 -08:00
parent 305a2db573
commit 88bea0ae7d
61 changed files with 7480 additions and 4213 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export class VideoRTC extends HTMLElement {
pcConfig: RTCConfiguration;
wsState: number;
pcState: number;
video: HTMLVideoElement;
video: HTMLVideoElement | null;
ws: WebSocket | null;
wsURL: string;
pc: RTCPeerConnection | null;