Allow camera engines to signal events to the card.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user