Is CloserGym Safe for My Data? | CloserGym
Is CloserGym safe for your data? Learn how CloserGym handles practice call audio, transcripts, encryption, AI model training policies, and privacy controls.
Is CloserGym Safe for My Data? What Happens to Your Practice Calls
When sales representatives, agency founders, and high-ticket closers use an AI sales training platform, they are sharing far more than simple text inputs. They are speaking live into a microphone, testing unreleased offer structures, executing proprietary pitch scripts, practicing sensitive objection handling, and revealing internal sales battlecards. Naturally, one of the most critical questions any sales professional or revenue leader asks before adopting an interactive simulation platform is: Is CloserGym safe for my data, and what actually happens to my practice calls?
The short answer is yes — CloserGym is designed with a privacy-first architecture. Your live practice call audio streams ephemerally in real time without being saved to disk, your custom scripts and transcripts are encrypted both in transit and at rest, and CloserGym operates on Google's paid API tier, where Google's published paid-tier terms state that customer data is not used to train Gemini or any other AI model.
However, in an era where data leaks, unauthorized AI model training, and invasive employee tracking software make headlines daily, a simple assurance is not enough. You deserve complete transparency regarding how your audio is processed, where your transcripts live, who has access to your scorecards, and how your proprietary sales intellectual property is protected.
This comprehensive guide breaks down the technical reality of CloserGym's data privacy architecture, compares our security practices against industry norms, details our strict model-training policies, and outlines your explicit rights and controls over your practice data.
Executive Summary: CloserGym's Data Privacy Commitment
Before diving into the technical specifications, here is a high-level summary of CloserGym's core privacy and security principles:
- No Third-Party AI Model Training: CloserGym operates on Google's paid API tier, where Google's paid API terms of service specify that customer data is not used to train Gemini or any other AI model.
- Ephemeral Audio & Upload Handling: Live practice call audio (Live Roleplay, Script Trainer, Objection Sparring) is processed 100% in-memory using PCM audio buffers, never written to disk, and purged upon call completion. Uploaded sales call files in Call Analysis are temporarily written to server disk during chunk assembly and immediately deleted via
fs.unlinkSynconce uploaded to Gemini (typically within 2 to 15 seconds). - Enterprise-Grade Encryption: All data transmitted between your browser and our secure infrastructure uses industry-standard HTTPS/TLS encryption (TLS 1.2/1.3) in transit via Google Cloud Run's infrastructure. Saved transcripts, user profiles, and scorecards stored in our database are encrypted at rest using AES-256.
- Isolated Tenant Architecture: Your practice sessions, custom objection scenarios, and custom scripts are tied strictly to your authenticated account ID. Cross-account data leaks or unauthorized cross-user access are strictly prevented by database security rules.
- Full User Control: You retain complete ownership over your training data. To delete your account or practice data, contact our support team at support@closergym.com and we will process your deletion request.
Why Data Privacy Is Crucial in AI Sales Training
In traditional sales coaching, privacy concerns were relatively simple. Roleplay happened behind closed doors between a rep and a manager, or inside a quiet conference room. But when sales training transitions to artificial intelligence, the nature of the data being shared changes dramatically.
Sales organizations and individual closers rely on highly sensitive, proprietary information to win deals. When practicing on CloserGym, users frequently input or speak about:
- Proprietary Sales Playbooks & Scripts: The exact pitch frameworks, positioning hooks, and discovery questions developed over years of trial and error that give your offer a competitive edge.
- Unannounced Pricing & Offer Structures: High-ticket package tiers, custom payment plans, bonus stacks, and margin structures that competitors would love to inspect.
- Internal Objection Battlecards: Specific answers to tough industry objections, competitive comparisons, and weakness-mitigation strategies.
- Unfiltered Rep Performance Data: Raw, unpolished practice attempts where representatives stumble, make mistakes, or hesitate under pressure.
If an AI sales training platform mismanages this data, two severe risks emerge:
1. Intellectual Property & Competitive Exposure
If a platform uses customer inputs to train public AI models, your proprietary pitch framework or niche objection responses could inadvertently be synthesized into future model outputs. A competitor using the same underlying AI tool could theoretically ask for advice on closing your exact target market and receive your battle-tested strategy.
2. Representative Psychological Safety
Sales skill development requires psychological safety. Reps must feel completely safe to freeze, make mistakes, test bold new closes, and sound awkward during practice without fearing that unpolished recordings will be permanently archived, leaked, or used against them in performance reviews.
At CloserGym, we recognized from day one that if reps or sales leaders feel monitored or exposed, they will not practice authentically. Privacy is not just a legal compliance requirement — it is a prerequisite for effective sales skill acquisition.
The Technical Reality: What Happens to Your Practice Call Data Step-by-Step
To understand how your data is protected, it helps to follow the precise technical path your voice and text take when you start a session with our AI prospects (such as Sarah or Mike).
[ Your Microphone / Uploaded File ]
│
▼ (In-Browser Web Audio API / File Handler)
[ Micro-Chunked Audio Buffers ]
│
▼ (HTTPS / TLS 1.2/1.3 Encrypted WSS Stream)
[ Google Cloud Run Infrastructure / API ]
│
▼ (Paid Tier Gemini Live API Processing)
[ Real-Time Audio Response Generation ]
│
▼ (AES-256 Encrypted Storage)
[ Firestore Database: Transcript & Scorecard Only ]
Here is exactly what happens at each stage of a practice call:
Step 1: Real-Time Audio Capture in Your Browser
When you click "Start Call" in Live Roleplay, Script Trainer, or Objection Sparring, your web browser requests permission to access your microphone.
- Microphone Control: CloserGym only accesses your microphone while an active call session is in progress. The moment you end the call, click pause, or mute your microphone, audio streaming halts immediately.
- In-Memory Buffering: Audio for live sessions is processed directly in active browser memory using standard Web Audio APIs as PCM audio buffers. Raw audio files are not created or saved to disk during live practice sessions.
Step 2: Encrypted Transit (HTTPS / TLS 1.2/1.3)
Your data stream is transmitted across the internet using industry-standard HTTPS/TLS encryption (TLS 1.2/1.3) in transit via Google Cloud Run's infrastructure.
This means that even if network traffic were intercepted on public Wi-Fi or local networks, your audio data remains unreadable ciphertext.
Step 3: Real-Time AI Processing & Audio Lifecycle
To allow Sarah or Mike to respond with realistic human pacing (under 800 milliseconds of latency), audio frames are processed by enterprise-grade AI conversational models via the Google Gemini API.
- Live Roleplay, Script Trainer & Objection Sparring: Audio is processed 100% in-memory as streaming PCM buffers. It is never written to server disk and is purged from memory immediately upon call completion.
- Call Analysis Uploads: When you upload a recorded sales call file for analysis, the file is temporarily written to server disk strictly during chunk assembly and is immediately deleted via
fs.unlinkSyncas soon as the upload to Gemini completes (typically within 2 to 15 seconds).
Step 4: Transcript Generation and Scorecard Analysis
While raw audio streams in live roleplays are strictly ephemeral, the text transcript of the conversation (e.g., "Salesperson: ... / Prospect: ...") is compiled in secure memory during the call.
When the call ends:
- The transcript is passed to our evaluation algorithm to score your performance against key metrics (such as Frame Control, Discovery Depth, Objection Handling, and Tone).
- The resulting scorecard, numerical score, and written feedback are saved to your account profile in our database.
- The raw transcript is attached to that specific scorecard in your personal dashboard so you can review what was said.
Step 5: Data Storage at Rest (AES-256 Encryption)
All persisted data — including your user account details, custom objection scripts, call transcripts, and performance scorecards — is stored in dedicated cloud databases on Google Cloud Platform / Firebase Firestore infrastructure.
- All stored data is encrypted at rest using industry-standard AES-256 encryption.
- Strict Firestore Security Rules ensure that only authenticated requests bearing your specific User ID (
uid) or authorized team manager ID can read or write session data.
Are Your Practice Calls Used to Train AI Models?
This is the single most common fear among sales teams adopting AI tools: "If I practice my confidential pitch with an AI prospect, will that AI learn my pitch and share it with others?"
Our Explicit Policy: ZERO Training on Your Practice Data
No. Your practice call audio, speech transcripts, custom uploaded scripts, and evaluation scorecards are NEVER used to train, retrain, fine-tune, or improve public AI models, foundation LLMs, or third-party AI systems.
CloserGym operates on Google's paid API tier, where Google's paid API terms of service state that customer data is never used to train Gemini or any other AI model.
To understand why your data is safe, it is important to distinguish between Consumer AI products and Enterprise API integrations:
| Data Handling Dimension | Public Consumer AI Tools (e.g., Free ChatGPT) | CloserGym Platform Architecture |
|---|---|---|
| Model Training | Default settings often opt user conversations into model training datasets. | STRICT ZERO-TRAINING. Governed by Google's paid API terms of service prohibiting model training on user inputs. |
| Data Privacy | Prompts may be reviewed by human content moderation teams. | Practice data is encrypted and restricted to your authenticated user account and authorized manager. |
| Intellectual Property | Custom playbooks pasted into prompts risk exposure in future model generations. | Custom scripts and ICP contexts remain isolated within your private user database. |
| Data Retention | Saved in public chat history until manually cleared. | Encrypted at rest; account data can be purged upon request to support@closergym.com. |
When CloserGym communicates with AI foundation model providers (via Google's enterprise Gemini API), we operate under paid API commercial terms. These terms explicitly mandate that:
- Customer inputs (your voice and text) and outputs (the AI prospect's responses) are not stored by the provider for model training.
- No employee or third party at the AI provider reviews your practice call content.
- Your data remains strictly isolated to your API execution pipeline.
How CloserGym Compares to Industry Standards
To appreciate CloserGym's security stance, it helps to compare our approach against other common sales software categories.
+-------------------------------------------------------------------------------+
| PRIVACY & RISK COMPARISON |
+------------------------------------+------------------------------------------+
| CATEGORY | DATA PRIVACY & RISK PROFILE |
+------------------------------------+------------------------------------------+
| Live Call Recorders (Gong/Chorus) | HIGH RISK: Records live external clients, |
| | compliance issues, consent regulations. |
+------------------------------------+------------------------------------------+
| Consumer AI Chatbots (Public LLMs) | MEDIUM/HIGH RISK: Consumer terms often |
| | default to training on user inputs. |
+------------------------------------+------------------------------------------+
| Traditional Manual Roleplay | UNCONTROLLED: Zero encryption, high human|
| | leakage risk across sales teams. |
+------------------------------------+------------------------------------------+
| CloserGym AI Practice Sandbox | LOW RISK: Simulated prospects, ephemeral |
| | audio, zero model training, AES-256. |
+------------------------------------+------------------------------------------+
1. CloserGym vs. Live Call Intelligence Software (e.g., Gong, Chorus)
Live call recording platforms join real sales meetings with actual prospective buyers. They record live customer conversations, capture financial negotiations, and require multi-party wiretap consent under local laws.
- Gong / Chorus: Records real customer meetings, creating regulatory compliance obligations (GDPR, CCPA, two-party consent laws).
- CloserGym: Operates in a 100% simulated sandbox. You are speaking to synthetic AI prospects (Sarah & Mike). There is zero live customer data, zero wiretap consent risk, and zero external buyer privacy compliance burden.
2. CloserGym vs. Public Consumer Chatbots (e.g., ChatGPT Free/Plus)
Many reps attempt to practice pitch scripts by pasting them into free web versions of public chatbots.
- Public Chatbots: Standard consumer terms typically allow the provider to use submitted text to train future iterations of the model unless users manually navigate complex privacy settings.
- CloserGym: Uses paid API channels governed by Google's paid API terms of service prohibiting model training, built specifically for commercial confidentiality.
3. CloserGym vs. Traditional Peer-to-Peer Roleplay
In traditional sales teams, reps practice with colleagues or managers over Zoom or in person.
- Traditional Roleplay: Information leaks occur organically. Colleagues change companies, managers discuss rep weaknesses casually, and proprietary pitch nuances spread without technical access controls.
- CloserGym: Your practice sessions occur in a private, objective AI environment. Reps can practice without social friction or fear of internal judgment.
Third-Party Data Processors & Infrastructure Security
CloserGym relies on world-class cloud infrastructure providers to run our high-speed AI simulations. We minimize third-party data exposure by partnering exclusively with enterprise cloud platforms that adhere to rigorous international security frameworks.
Primary Infrastructure Partners
Google Cloud Platform (GCP) / Firebase
- Role: Database storage (Firestore), user authentication (Firebase Auth), server application hosting (Cloud Run).
- Security Standards: CloserGym is built on Google Cloud Platform infrastructure, which holds SOC 1/2/3 and ISO 27001 certifications.
- Encryption: All data in Firestore is encrypted at rest using Google-managed AES-256 encryption keys.
Google Gemini API (Paid Tier AI Infrastructure)
- Role: Real-time speech synthesis, natural language understanding, and conversational AI roleplay execution.
- Security Commitments: Paid API terms ensure data submitted via API endpoints is encrypted in transit and specify that customer inputs are not used to train Google's commercial AI models.
Role-Based Access Control (RBAC) & Team Visibility
For sales organizations using CloserGym Team/Agency plans:
- Individual Rep Accounts: Individual call transcripts and practice attempts are tied to the rep's authenticated user account.
- Manager Dashboard Permissions: Team managers can view aggregate usage stats and performance scorecard metrics (e.g., minutes practiced, total sessions completed, overall skill scorecard averages). Managers do not have access to raw audio recordings.
- Cross-Team Isolation: Organization data is completely isolated. Reps or managers from Company A cannot see, access, or query any data belonging to Company B.
User Data Rights, Controls, and Support Requests
At CloserGym, we believe that you own your data. You should always have complete visibility over what is saved and how your privacy is managed.
+-----------------------------------------------------------------------+
| YOUR DATA CONTROLS IN CLOSERGYM |
+-----------------------------------+-----------------------------------+
| ACTION | EFFECT |
+-----------------------------------+-----------------------------------+
| Account & Data Deletion Request | Contact support@closergym.com to |
| | permanently purge your profile, |
| | scripts, and all training logs. |
+-----------------------------------+-----------------------------------+
| Custom Script Removal | Instantly delete custom pitch |
| | materials from your workspace. |
+-----------------------------------+-----------------------------------+
| Export Performance Data | Review or copy scorecard metrics |
| | for personal tracking. |
+-----------------------------------+-----------------------------------+
1. Data Retention & Deletion Requests
- Active User Sessions: Call transcripts and evaluation scorecards remain saved in your account dashboard so you can track your skill progression over weeks and months.
- Account Deletion Requests: To delete your account or practice data, contact our support team at support@closergym.com and we will process your deletion request promptly.
2. User Rights & Privacy Requests
In accordance with modern global privacy regulations (including GDPR and CCPA), CloserGym grants all users explicit data rights:
- Right to Access: You can view your saved transcripts, scorecards, and profile information directly from your application dashboard at any time.
- Right to Erasure (Right to Be Forgotten): You can request complete deletion of your account and all associated training records by contacting our support team at support@closergym.com.
- Right to Data Portability: You can review and copy your transcript text and scorecard summaries for external review or personal record-keeping.
Frequently Asked Questions
Is my microphone always listening when I am logged into CloserGym?
CloserGym only accesses your microphone when you actively initiate a practice session in Live Roleplay, Script Trainer, or Objection Sparring. You will see a clear browser microphone indicator (such as a red recording icon in your browser tab) while a call is active. The moment you pause or end the session, microphone access halts immediately.
Does CloserGym record video from my webcam during practice calls?
No. CloserGym's practice calls are voice-first conversational simulations. The platform does not capture, stream, record, or store video feeds from your web camera.
Can my sales manager or team leader listen to my raw practice audio?
No. CloserGym does not store persistent raw audio recordings of your practice calls. Practice call audio is processed ephemerally in real-time memory during the session to generate the AI prospect's responses and generate your transcript. Managers on team accounts review numerical performance scorecards, competency radar charts, and transcript text rather than raw audio recordings.
If I paste my company's confidential pitch script into Script Trainer, will competitors be able to see it?
No. Custom scripts, offer contexts, and custom objection scenarios entered into CloserGym are stored in your private database record protected by strict database security rules. They are transmitted to AI processing engines over encrypted API connections under Google's paid API terms prohibiting model training. Your script is never exposed to other users or public AI models.
What happens if I accidentally share sensitive customer info during a practice call?
Because you are practicing with an AI prospect, you should avoid using real customer full names or sensitive personal identifiable information (PII) out of general best practice. However, if you accidentally speak a real name or figure during a call, that data is protected under the same encryption and zero-model-training policies as all other call transcripts. You can also contact support@closergym.com to request deletion of any specific training data.
Is CloserGym compliant with enterprise security standards like GDPR?
Yes. CloserGym is built on Google Cloud Platform infrastructure, which holds SOC 1/2/3 and ISO 27001 certifications. We support user data access requests, right-to-be-forgotten deletion requests, and strict data protection practices.
Are practice call transcripts stored indefinitely?
Transcripts are retained in your account history so you can track your score progression over time. If you wish to purge your history or delete your account, contact support@closergym.com and we will process your deletion request promptly.
Where is CloserGym data hosted and processed?
All CloserGym data is stored and processed on secure Google Cloud Platform (GCP) and Firebase infrastructure in North American data centers. Encrypted data transmissions travel across TLS 1.2/1.3 connections and are encrypted at rest using AES-256 encryption.
Who owns the intellectual property of custom scripts uploaded to CloserGym?
You retain 100% full ownership and intellectual property rights over all custom scripts, playbooks, battlecards, and offer details uploaded to your CloserGym account. CloserGym claims zero rights or ownership over your sales materials.
How do I request complete account and data deletion?
To request complete deletion of your account, transcripts, custom scripts, and scorecards, send an email from your registered account address to support@closergym.com. Our support team will process your complete data purge within 48 business hours.
Final Verdict: Practicing with Absolute Confidentiality
Sales skill mastery requires high-volume, realistic repetition. But reps cannot achieve peak performance if they are constantly worried about where their voice is being sent, whether their proprietary pitch is leaking, or if an unpolished practice attempt will compromise their reputation.
CloserGym was built from the ground up to solve this exact problem:
- Ephemeral real-time audio processing eliminates persistent audio exposure for live practice sessions.
- Paid-tier Gemini API integration governed by Google's paid API terms prohibiting model training on your intellectual property.
- HTTPS/TLS encryption in transit and AES-256 encryption at rest protect your data across all stages.
- Full user control via support@closergym.com guarantees you can request complete data purging at any time.
Whether you are an individual closer refining your objection handling late at night or a high-growth sales team scaling dozens of reps, CloserGym provides a completely safe, private, and secure arena to build elite conversational sales skills.
Need Custom Enterprise Security Documentation?
Enterprise customers requiring a Data Processing Addendum (DPA), custom vendor security assessment questionnaire, or dedicated team configurations can contact our team at support@closergym.com to discuss your organization's requirements.