More peeking of group calls to prevent out-of-date member info

This commit is contained in:
Scott Nonnenberg 2022-03-31 18:06:56 -07:00 committed by GitHub
parent bb250d4fb5
commit 85989fda3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 2 deletions

View file

@ -102,7 +102,6 @@ export class RecorderClass {
async stop(): Promise<Blob | undefined> {
if (!this.recorder) {
log.warn('Recorder/stop: Called with no recorder');
return;
}