diff --git a/store/audio/actions.ts b/store/audio/actions.ts index b99f0c0813..d9b5fd8a57 100644 --- a/store/audio/actions.ts +++ b/store/audio/actions.ts @@ -24,6 +24,7 @@ export default { if (muted) { call.mute({ kind: 'audio' }) + return } call.unmute({ kind: 'audio' }) },