cringe sfx
All checks were successful
Deploy / publish-web (push) Successful in 49s

This commit is contained in:
2026-02-06 22:44:11 +06:00
parent a37b2048fe
commit dd530266f9
2 changed files with 4 additions and 1 deletions

View File

@@ -224,6 +224,9 @@ export const useMediasoup = createSharedComposable(() => {
})
consumer.observer.on('close', () => {
if (kind === 'video')
sfx.play('/sfx/off_trans.ogg', 0.03).then()
delete consumers.value[consumer.id]
})

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Chad",
"version": "0.2.30",
"version": "0.2.31",
"identifier": "xyz.koptilnya.chad",
"build": {
"frontendDist": "../.output/public",