Skip to content

Commit

Permalink
Add code to change value of callTimeout variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Oct 11, 2024
1 parent 5ff0cb8 commit bb7a9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/media/Voice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ export class VoiceRTC {
callTimeout.set(true)
timeOuts.push(
setTimeout(() => {
callTimeout.set(false)
this.leaveCall(true)
}, TIME_TO_SHOW_END_CALL_FEEDBACK)
)
Expand Down

0 comments on commit bb7a9ae

Please sign in to comment.