Add support for connecting microphone on card load.
This commit is contained in:
@@ -40,7 +40,7 @@ class FrigateCardGo2RTCPlayer extends VideoRTC {
|
||||
constructor(microphoneStream?: MediaStream) {
|
||||
super();
|
||||
if (microphoneStream) {
|
||||
this._microphoneStream = this._microphoneStream;
|
||||
this._microphoneStream = microphoneStream;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user