test: Add 8 people voice tests
This commit is contained in:
@@ -53,6 +53,14 @@ export class VoiceConnectionFacade {
|
||||
return this.realtime.getRawMicStream();
|
||||
}
|
||||
|
||||
reportConnectionError(message: string): void {
|
||||
this.realtime.reportConnectionError(message);
|
||||
}
|
||||
|
||||
clearConnectionError(): void {
|
||||
this.realtime.clearConnectionError();
|
||||
}
|
||||
|
||||
async enableVoice(): Promise<MediaStream> {
|
||||
return await this.realtime.enableVoice();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user