Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type VoiceEventSoundsServiceDeps = {

//Delays in ms for each event type before the sound is played.
const soundDelays = {
UserJoin: 475, //Ensures the person who joined can also hear their sound. Gives time for their connection to init.
UserJoin: 1200, //Ensures the person who joined can also hear their sound. Gives time for their connection to init.
UserLeave: 55, //Ensures others can hear this sound after the "leave call" Discord sound plays.
};

Expand Down
Loading