There was an error while loading. Please reload this page.
1 parent bc6013e commit 103011bCopy full SHA for 103011b
1 file changed
demos/browser/app/meetingV2/meetingV2.ts
@@ -425,7 +425,7 @@ export class DemoMeetingApp
425
// `nothing` option can be used to stop cleanup from happening allowing
426
// `audioVideo` to be reused without stopping the meeting.
427
behaviorAfterLeave =
428
- (search.get('behaviorAfterLeave') as 'refresh' | 'reload' | 'halt' | 'nothing') ?? 'refresh';
+ (search.get('behaviorAfterLeave') as 'reload' | 'halt' | 'nothing') ?? 'reload';
429
430
431
videoMetricReport: { [id: string]: { [id: string]: {} } } = {};
0 commit comments