This glossary provides definitions for key terms, features, and concepts used throughout the Meeting Recording and Transcription Platform. Use this reference to quickly understand platform terminology and functionality.
Automatically detected tasks, commitments, or follow-up items extracted from meeting recordings by AI. Action items include who committed to what and when, making it easy to track responsibilities and deliverables.
A user role with elevated permissions that allows team management, content management, and integration configuration. Admins can manage team members (except owners), configure integrations, and access most settings, but cannot manage billing or delete the organization.
A configured application or service that authenticates with the platform using API credentials. API clients have specific scopes and permissions that control what data and actions they can access.
A unique authentication token used to access the platform's API. API keys can be generated with specific permissions and expiration dates for secure programmatic access.
People who participate in a meeting. Attendee information is captured from calendar integrations and can be manually added to meetings.
A user role specifically for managing billing and subscription-related tasks. Users with the billing role can manage payment methods, view invoices, and handle subscription changes, but have limited access to content and team management features.
Actions that can be performed on multiple recordings or meetings simultaneously, such as bulk sharing, bulk folder assignment, bulk deletion, or bulk tag management. This saves time when managing large collections of content.
A connection between the platform and external calendar services (Google Calendar, Microsoft Outlook, Zoom) that automatically syncs meeting information, detects scheduled meetings, and associates recordings with calendar events.
An interactive conversation with the AI about a recording or set of recordings. Chat sessions allow you to ask questions, get insights, and explore content using natural language queries.
A user-defined signal created with specific detection rules (keywords, phrases, or AI prompts) tailored to your organization's needs. Custom signals help you track specific terminology, processes, or industry-specific information.
The main landing page after login that provides an overview of recent recordings, upcoming meetings, quick actions, activity feed, and usage statistics. The dashboard serves as your command center for the platform.
The method used to identify signals in recordings. Detection types include keyword matching, phrase matching, AI-based detection, and regex pattern matching.
A short excerpt from a transcript that provides context for a detected signal. Evidence snippets show the exact words spoken that triggered the signal detection, along with timestamps and speaker attribution.
The process of downloading recordings, transcripts, summaries, or action items in various formats (PDF, TXT, DOCX, etc.) for use outside the platform.
A container for organizing recordings and meetings. Folders can be nested to create hierarchical structures, and permissions can be set at the folder level to control access.
A query language and runtime for APIs that allows clients to request exactly the data they need. The platform provides a GraphQL endpoint for flexible data retrieval and manipulation.
See Tag.
A connection between the platform and external services or tools (such as Jira, Salesforce, Google Calendar) that enables data synchronization, automated workflows, and enhanced functionality.
The status and reliability of an active integration. Integration health monitoring helps identify connection issues, sync problems, or authentication errors.
A scheduled or recorded event that can be associated with calendar entries, recordings, and metadata. Meetings can be created manually or automatically synced from calendar integrations.
The current state of a meeting: Scheduled (upcoming), In-Progress (currently happening), Completed (finished), or Cancelled (cancelled).
Additional information associated with recordings or meetings, such as title, description, tags, folder assignment, creation date, and custom fields.
The top-level entity that contains all users, content, and settings. Each organization has its own team members, recordings, meetings, folders, and configuration.
The highest permission level in the platform. Owners have full control over the organization, including billing management, team management, content access, and the ability to delete the organization.
A rule that controls what actions a user can perform or what content they can access. Permissions are managed through roles (Owner, Admin, User, Billing) and can be set at the organization, folder, or content level.
The current stage of a recording in the processing pipeline. Statuses include: New (uploaded), Split (being segmented), Transcribe Queue (queued for transcription), Transcribed (transcription in progress), Done (complete), and Error (failed).
A predefined instruction or template used with AI features to generate specific types of summaries, analyses, or responses. Prompts can be customized and saved for reuse across multiple recordings.
A reusable prompt structure that can be applied to recordings to generate consistent outputs. Templates help standardize AI-generated content across your organization.
An audio or video file uploaded to the platform. Recordings are automatically transcribed and can be associated with meetings, organized in folders, tagged, and shared with team members.
See Processing Status.
A standard API architecture using HTTP methods (GET, POST, PUT, DELETE) to interact with platform resources. The platform provides REST endpoints for common operations.
The action of retrying processing for a recording that failed or needs to be re-analyzed. Recordings with errors can be reprocessed if the reprocess count is 0.
A feature that allows you to find recordings, meetings, transcripts, or content using keywords, filters, or natural language queries. Search can be performed globally or within specific sections.
The process of granting access to recordings or meetings to other users or team members. Sharing can be done individually or in bulk, with different permission levels (view, edit, delete).
An automatically detected piece of information extracted from meeting recordings that represents important events, decisions, commitments, risks, or insights. Signals help highlight valuable moments without manually reviewing entire transcripts.
A category that groups related signals together. The platform includes 14 signal domains such as Business & Sales, Risk & Escalation, Decisions & Governance, and Financials & ROI.
The importance level assigned to a signal: High, Medium, or Low. Priority helps you focus on the most critical information first.
The emotional tone detected in a signal: Positive, Neutral, or Negative. Sentiment analysis helps understand the context and implications of detected signals.
A person who speaks in a recording. The platform automatically detects different speakers and assigns labels (SPEAKER_1, SPEAKER_2, etc.) that can later be identified and named.
The process of linking detected speaker labels (SPEAKER_1, SPEAKER_2, etc.) to actual people by assigning names, email addresses, or linking to user accounts.
The automatic identification of different speakers in a recording. The platform uses AI to distinguish between speakers and assign unique labels to each.
A temporary identifier assigned to detected speakers (SPEAKER_1, SPEAKER_2, SPEAKER_3, etc.) before they are identified and assigned names.
An AI-generated overview of a recording that highlights key points, decisions, and important information. Summaries can be full, short, or customized using prompts.
The process of synchronizing data between the platform and external services (calendars, CRMs, project management tools). Sync can be automatic or manual, with configurable frequency settings.
A label or keyword that can be added to recordings and meetings for organization and filtering. Tags (also called hashtags) help categorize content and make it easier to find related items.
A user who belongs to an organization. Team members can have different roles (Owner, Admin, User, Billing) and collaborate on shared content.
The text version of spoken content in a recording, generated automatically through speech recognition. Transcripts include timestamps and speaker labels for easy navigation.
The process of converting audio or video content into written text. The platform automatically transcribes all uploaded recordings.
The percentage of correctly transcribed words. The platform typically achieves 95%+ accuracy for clear recordings with minimal background noise.
The standard role for most team members, providing essential collaboration features. Users can create and manage their own content, view shared content, and use all core features, but cannot manage team or organization settings.
The embedded media player used to watch recordings within the platform. The video player includes playback controls, speed adjustment, fullscreen mode, and timestamp navigation.
An HTTP callback that sends real-time notifications to external systems when specific events occur in the platform (e.g., recording processed, signal detected, meeting created).
The process of verifying identity when accessing the platform's API. Methods include Bearer token authentication, OAuth 2.0, and API client credentials.
An authentication token passed in the HTTP Authorization header as "Bearer
An industry-standard authorization protocol used for secure integration with external services like Google Calendar, Microsoft Outlook, and Salesforce.
A request to fetch specific data from the GraphQL API. Queries allow you to request exactly the fields you need, reducing over-fetching of data.
An operation that modifies data in the GraphQL API (create, update, delete operations).
The maximum number of API requests allowed within a specific time period. Rate limits prevent abuse and ensure fair usage of platform resources.
The data structure sent to a webhook endpoint when an event occurs. Payloads include event type, timestamp, and relevant data about the event.
Application Programming Interface - A set of protocols and tools for building software applications that interact with the platform programmatically.
Artificial Intelligence - The technology powering automatic transcription, speaker detection, summaries, action items, and signal detection.
Customer Relationship Management - Systems like Salesforce that manage customer interactions and data.
Comma-Separated Values - A file format used for exporting data in tabular form.
Microsoft Word Document Format - A file format used for exporting transcripts and summaries.
General Data Protection Regulation - European data protection and privacy regulation that the platform complies with.
JavaScript Object Notation - A data format commonly used in API requests and responses.
MPEG Audio Layer 3 - A compressed audio file format supported by the platform.
MPEG-4 Part 14 - A digital multimedia container format for video files, the most common format supported by the platform.
MPEG-4 Audio - An audio file format developed by Apple, supported by the platform.
Open Authorization - An authorization framework used for secure third-party integrations.
Portable Document Format - A file format used for exporting transcripts, summaries, and reports.
Representational State Transfer - An architectural style for designing web services, used by the platform's REST API.
Return on Investment - A financial metric tracked in signals related to business value and financial discussions.
Plain Text Format - A simple text file format used for exporting transcripts.
Waveform Audio File Format - An uncompressed audio file format supported by the platform.
Two-Factor Authentication - An additional security layer requiring a second form of verification beyond password.
For more detailed information about these terms and concepts, refer to:
If you encounter a term not defined in this glossary:
Last updated: Current Date