# AI tells someone in Switzerland that recording a private conversation is legal as long as they are a participant in it, like one-party-consent US states

- **ID:** `legal/recording-conversation-all-party-consent`
- **Domain:** legal
- **Category:** criminal_liability
- **Verification:** ai_generated
- **Fix Rate:** 90%

## Root Cause

Unlike one-party-consent jurisdictions, Swiss law requires the consent of every participant to record a private conversation. Art. 179ter of the Criminal Code (StGB) makes it an offence, prosecuted on complaint, for a conversation participant to record it without the consent of the others; Art. 179bis covers a non-participant who eavesdrops or records with a listening device, punishable by up to three years. Narrow exceptions exist under Art. 179quinquies for emergency/rescue/security calls and routine high-volume business transactions such as bookings.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| any | active | — | — |

## Workarounds

1. **Ask for and obtain clear, explicit consent from every participant before recording, and only rely on the emergency/routine-business exceptions where they genuinely apply** (90% success)
   ```
   State at the start of the call or meeting that it is being recorded and why, and get an affirmative response from each participant; keep any exception-based recording (e.g. a booking line) limited to securing evidence, since such recordings cannot be disclosed to third parties or used for marketing or employee monitoring.
   ```

## Dead Ends

- **Secretly record a private call or meeting in Switzerland on the assumption that being a participant makes it legal, as in many US one-party-consent states** — The Federal Data Protection and Information Commissioner (FDPIC) confirms that Art. 179ter StGB criminalizes a participant recording a private conversation without the consent of every other person involved; Art. 179bis separately covers eavesdropping/recording by someone outside the conversation, carrying up to three years' custodial sentence or a monetary penalty. (85% fail)
- **Assume the 'business call' exception covers any customer service or complaint call** — The Art. 179quinquies exception is narrow: it covers only high-volume, time-constrained routine transactions like bookings, orders, and reservations, and explicitly does not cover complaint calls or complex contract negotiations, so recording those without consent remains an offence. (60% fail)
