Fix voice broadcast recording (#9617)
This commit is contained in:
parent
d71a72e27c
commit
55921e4888
2 changed files with 35 additions and 17 deletions
|
@ -80,6 +80,7 @@ export class VoiceBroadcastRecorder
|
|||
const chunk = this.extractChunk();
|
||||
this.currentChunkLength = 0;
|
||||
this.previousChunkEndTimePosition = 0;
|
||||
this.headers = new Uint8Array(0);
|
||||
return chunk;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue