Skip to content

Commit

Permalink
reset storage client on next run
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Oct 19, 2023
1 parent c949b57 commit 57bc54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async function startMaster(localView, remoteView, formValues, onStatsReport, onR
},
});
} else {
master.streamARN = null;
master.storageClient = null;
}

// Get ICE server configuration
Expand Down

0 comments on commit 57bc54e

Please sign in to comment.