Skip to content

Commit

Permalink
Update webapp/player-project/src/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Jan 9, 2025
1 parent 3d3faa0 commit 38ac122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/player-project/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function playSessionShadowing(gatewayAccessApi) {
const fileType = getFileType(recordingInfo);
BeforeWebsocketClose((closeEvent) => {
if (closeEvent.code !== 1000) {
// faild, try to play static recording
// The session playback failed; attempt to play the recording as usual as a fallback.
cleanUpStreamers();
playStaticRecording(gatewayAccessApi);
return {
Expand Down

0 comments on commit 38ac122

Please sign in to comment.