fix: Avoid go2rtc renegotiation on camera selection change (#2483)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:12 -07:00
committed by dermotduffy
parent a68b665f03
commit 9a763db1f3
3 changed files with 79 additions and 24 deletions
+1
View File
@@ -37,4 +37,5 @@ export class VideoRTC extends HTMLElement {
reconnect();
reset(): void;
setControls(controls: boolean): void;
setMicrophoneStream(stream: MediaStream | null): Promise<void>;
}