More peeking of group calls to prevent out-of-date member info
This commit is contained in:
parent
bb250d4fb5
commit
85989fda3c
4 changed files with 37 additions and 2 deletions
|
@ -102,7 +102,6 @@ export class RecorderClass {
|
|||
|
||||
async stop(): Promise<Blob | undefined> {
|
||||
if (!this.recorder) {
|
||||
log.warn('Recorder/stop: Called with no recorder');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue