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

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

View File

@@ -202,6 +202,9 @@ export const useMediasoup = createSharedComposable(() => {
appData: { ...appData, socketId }, appData: { ...appData, socketId },
}) })
if (kind === 'video')
sfx.play('/sfx/on_trans.ogg', 0.03).then()
if (producerPaused) if (producerPaused)
consumer.pause() consumer.pause()

View File

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