test: Add 8 people voice tests

This commit is contained in:
2026-04-18 14:24:11 +02:00
parent bd21568726
commit 167c45ba8d
17 changed files with 2044 additions and 232 deletions
@@ -492,6 +492,14 @@ export class WebRTCService implements OnDestroy {
return this.peerMediaFacade.getRawMicStream();
}
reportConnectionError(message: string): void {
this.state.setConnectionError(message);
}
clearConnectionError(): void {
this.state.clearConnectionError();
}
/**
* Request microphone access and start sending audio to all peers.
*