test: Add 8 people voice tests
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user