Add support for connecting microphone on card load.

This commit is contained in:
Dermot Duffy
2023-05-07 15:17:39 -07:00
parent c78d4be0c3
commit ee7d02fc58
11 changed files with 55 additions and 12 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class FrigateCardGo2RTCPlayer extends VideoRTC {
constructor(microphoneStream?: MediaStream) {
super();
if (microphoneStream) {
this._microphoneStream = this._microphoneStream;
this._microphoneStream = microphoneStream;
}
}