Video Conferencing Blog https://trueconf.com/blog TrueConf Tue, 30 Jun 2026 12:33:15 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.3 https://trueconf.com/blog/wp-content/uploads/2020/02/favicon.ico Video Conferencing Blog https://trueconf.com/blog 32 32 How to use TrueСonf bots with the OpenClaw AI agent https://trueconf.com/blog/knowledge-base/how-to-use-truesonf-bots-with-the-openclaw-ai-agent Tue, 30 Jun 2026 10:38:05 +0000 https://trueconf.com/blog/?p=46806 What is an AI agent and its benefits? An AI agent is a program that can perform tasks either autonomously or upon your request. The main advantage of an AI agent is that it does not require complex commands with detailed and precise parameters (unlike, a terminal) – it accepts and processes requests in a […]

The post How to use TrueСonf bots with the OpenClaw AI agent appeared first on Video Conferencing Blog.

]]>
What is an AI agent and its benefits?

An AI agent is a program that can perform tasks either autonomously or upon your request. The main advantage of an AI agent is that it does not require complex commands with detailed and precise parameters (unlike, a terminal) – it accepts and processes requests in a natural human language and passes them to a connected AI model (LLM) to generate a response.

OpenClaw is one of the popular free AI agents. The key strength of this solution is that it combines the power of language models with the ability to perform various actions on the device where it is installed, for example, it can work with files, launch programs, or even write code. You can learn more on the OpenClaw official website.

Please note that TrueConf does not promote the use of OpenClaw, does not recommend its deployment in corporate infrastructure, and bears no responsibility for the work of OpenClaw, related AI agents, external services, or third‑party components.

The plugin is used and connected to OpenClaw by a user or system administrator at their own discretion and with full awareness of possible risks. Before deploying this software in a corporate network, you must learn about information security risks, including data leakage, unauthorised access, prompt injection, execution of unwanted commands, compromise of API keys, and unintended behaviour of AI agents:

The plugin should be used only after you perform a full risk assessment, test the software in an isolated environment, restrict access rights, set up monitoring, and take measures to protect the corporate infrastructure.

To make sure that the agent is always accessible to users from any device, including mobile messengers, you can install it on a dedicated server / VM that always stays powered on. The key requirement is that this server is accessible from your network. We will install OpenClaw on a dedicated VM and configure communication with the agent through a chat in TrueСonf client applications.

Getting ready

We will use Debian 13 as an example for the OpenClaw + TrueConf setup. We recommend that you update your packages with this command before starting:

sudo apt update && sudo apt upgrade -y

Install the curl tool if you do not have it:

sudo apt install curl -y

We recommend using the latest version of Node.js. Run this command to check whether this tool is installed and its version:

node -v

If necessary, install the latest version (at the time when this guide was written, the version 26 was the latest one) by executing the following commands one after another:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash

\. "$HOME/.nvm/nvm.sh"

nvm install 26

Next, verify the installation with this command:

node -v

Installation of OpenClaw

Before installation, you need to choose the AI model and get an API key. To get an API key, choose a provider. We will use OpenCode as an example. On the main page, select Zen → Get started with Zen and log in to your account. Below you will see your API key and a large list of available models:

How to use TrueСonf bots with the OpenClaw AI agent 12

To install OpenClaw, just run this command:

curl -fsSL https://openclaw.ai/install.sh | bash

The setup wizard will open. Let us go through all the steps in detail.

The setup wizard will check whether your OS meets system requirements, and install missing components such as Node.js and Git. During the first step, Select Yes to confirm that you understand the level of system access granted to the agent. Then choose QuickStart (recommended):

How to use TrueСonf bots with the OpenClaw AI agent 13

Now let us consider the main steps. First, select your AI model provider:

How to use TrueСonf bots with the OpenClaw AI agent 14

Next, paste your API key to access the model. As a rule, this key can be found in a user’s personal area on the LLM vendor website.

How to use TrueСonf bots with the OpenClaw AI agent 15

During the Select channel (QuickStart) step, choose Skip for now, since we will later configure our TrueConf plugin as the channel:

How to use TrueСonf bots with the OpenClaw AI agent 16

To make sure that the AI agent can search for information on the Internet, select a search provider:

How to use TrueСonf bots with the OpenClaw AI agent 17

During the next step, you will be able to configure the AI agent’s skills, in other words, you can determine what the agent is able to do. For a faster deployment, skip this step by selecting No:

How to use TrueСonf bots with the OpenClaw AI agent 18

Finally, choose Hatch in terminal (recommended):

How to use TrueСonf bots with the OpenClaw AI agent 19

Installation of the TrueConf plugin for OpenClaw

To install the plugin, run this command:

openclaw plugins install @trueconf-community/trueconf-openclaw-channel

The plugin will be configured through a wizard similar to the one used for OpenClaw. Launch the wizard with:

npx -y -p @trueconf-community/trueconf-openclaw-channel trueconf-setup

Let us go through each configuration step:

  • Choose the English language (it will be used for displaying the instructions in the wizard).
  • Enter the server domain name or IP address.
  • Type the login of the account under which the agent will work.
  • Enter the password for the agent’s account.
  • How to use TrueСonf bots with the OpenClaw AI agent 20

  • We recommend choosing the option Specify the path to the root certificate (CA) when configuring TLS, if you are using a self‑signed certificate (you can get this certificate from your server administrator). Next, enter the certificate path. If you are using a commercial certificate, disable TLS certificate verification.
  • Finally, select Yes to complete the configuration.

How to use TrueСonf bots with the OpenClaw AI agent 21

After installation and configuration, start the gateway with this command:

openclaw gateway

The account used by the agent for connecting to TrueConf Server will have the Online status, and you can interact with the agent via the corporate chat in one of TrueConf client applications.

If needed, you can modify the TrueConf adapter settings, for example, if you want to switch to a different account for the AI agent. To do it, run the configuration wizard again:

npx -y -p @trueconf-community/trueconf-openclaw-channel trueconf-setup

Then start the gateway:

openclaw gateway

You can now begin working with the AI agent:

How to use TrueСonf bots with the OpenClaw AI agent 22

The post How to use TrueСonf bots with the OpenClaw AI agent appeared first on Video Conferencing Blog.

]]>
How to create a “Let’s Encrypt” certificate on Windows https://trueconf.com/blog/knowledge-base/how-to-create-a-lets-encrypt-certificate-on-windows Fri, 26 Jun 2026 12:00:20 +0000 https://trueconf.com/blog/?p=17000 Cryptographic certificates are the digital equivalent of website validation, which enables you to encrypt connections using TLS protocol and thus provide a secure link between server and client. There are both paid and free certification centers. Let’s Encrypt is one of the free centers, which provides certificates for 90 days with an automatic renewal option. […]

The post How to create a “Let’s Encrypt” certificate on Windows appeared first on Video Conferencing Blog.

]]>
Cryptographic certificates are the digital equivalent of website validation, which enables you to encrypt connections using TLS protocol and thus provide a secure link between server and client.

There are both paid and free certification centers. Let’s Encrypt is one of the free centers, which provides certificates for 90 days with an automatic renewal option.

For TrueConf Server users TLS certificate is required to join web meetings via WebRTC application and sync TrueConf Server with Active Directory.

Step 1: Getting started

First, you should stop all TrueConf Server services and all processes that can use 80 and 443 ports, such as Apache Http Server.

To create a TLS certificate on Windows, download the ACME Simple (WACS) program. Then follow the instruction:

  • Extract the downloaded archive to the C:\wacs\ folder.
  • Create a crt directory in the same folder.
    How to create a "Let's Encrypt" certificate on Windows 30
  • In Windows Defender Firewall, go to Advanced SettingsInbound RulesNew RulePort; enter 80 and 443 ports separated by comma in the Specific local ports field and click Next. Then select Allow the connection, click Next again, specify which profiles the rule will apply to (for all by default) and after clicking Next, save the rule under any name.
  • Step 2: Creating a certificate

    Open the command line (cmd) as administrator and run the following program:

    C:\wacs\wacs.exe

    Next, run the following commands sequentially by entering the letters and digits corresponding to the menu options that you want to select. For example, to run the command Create certificate (full options), you will need to type m and press Enter. (for version 2.2).

    • Start creating the certificate by manually specifying the parameters. To do it, select:
    • Create certificate (full options)
    • Manual input.

    How to create a "Let's Encrypt" certificate on Windows 31

  • Specify your domain name and press Enter twice to confirm.
    How to create a "Let's Encrypt" certificate on Windows 32
  • If necessary, you can create separate certificates for subdomains and hosts. In our case, we will select Single Certificate:
    How to create a "Let's Encrypt" certificate on Windows 33
  • Then select the following options sequentially:
    • [http] Serve verification files from memory
    • RSA key
    • PEM encoded files (Apache, nginx, etc.).

    How to create a "Let's Encrypt" certificate on Windows 34

  • Specify a folder for saving certificates C:\wacs\crt.
  • You will be offered to create the password for the private key. Select None.
    How to create a "Let's Encrypt" certificate on Windows 35
  • Next, select:
    • No (additional) store steps
    • No (additional) installation steps.

    How to create a "Let's Encrypt" certificate on Windows 36

  • Answer additional questions as follows:
    • type no for the question Open in default application?
    • type yes for the question Do you agree with terms?.
  • Specify an email address for error notifications.
  • When you successfully create the certificate, you will see the Authorization result: valid message. Answer no to the question Do you want to specify the user the task will run as? question.

    If a certificate has already been generated for the specified domain name, there will be the corresponding notification in the Existing renewal line. The certificate expiry date will be provided as well. You can create the certificate again by entering yes in response to the question Overwrite settings?.

    Three files will be generated in the C:\wacs\crt folder:

  • domain_name-crt.pem is the certificate itself
  • domain_name-key.key is the key file
  • domain_name-chain.pem is the trust chain, it includes Let’s Encrypt root and intermediate certificates.

Now you can use them in TrueConf Server, as shown in our article.

Other Resources:

The post How to create a “Let’s Encrypt” certificate on Windows appeared first on Video Conferencing Blog.

]]>
TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search https://trueconf.com/blog/update/trueconf-ai-server-1-1 Thu, 25 Jun 2026 10:30:05 +0000 https://trueconf.com/blog/?p=46777 We are pleased to present TrueConf AI Server 1.1, the latest update of our conference transcription server. This release features the ability to transcribe your audio and video recordings with voice separation, expanded transcription search capabilities, improved work with summaries, and increased system stability. Request a trial Get free cloud access Transcription of voice-separated recordings […]

The post TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search appeared first on Video Conferencing Blog.

]]>
TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 45

We are pleased to present TrueConf AI Server 1.1, the latest update of our conference transcription server. This release features the ability to transcribe your audio and video recordings with voice separation, expanded transcription search capabilities, improved work with summaries, and increased system stability.

Transcription of voice-separated recordings

TrueConf AI Server 1.1 introduces a diarization module that identifies individual speakers by voices in uploaded audio and video recordings. These can be either conference recordings or third-party files. The system automatically detects multiple speakers, performs speech recognition for each, and compiles a single transcript indicating the speakers.

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 46
TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 47

After processing the recording, a user can manually assign a name to each recognized speaker.

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 48

The new summary feature is available in TrueConf client apps when connected to TrueConf Server 5.5.6 or later.

Searching transcriptions

We’ve added a global search for all transcripts available to a user in the AI server personal area, as well as in the corresponding section of TrueConf client applications. Entering a word into the search bar displays a list of all the transcripts with that text which are available to the user.

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 49

When you open the selected transcript, the search for the entered text will continue.

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 50

Support for Markdown formatting in summaries

Conference summaries now support Markdown syntax, allowing you to format the text using bold, italics, headings, lists, and tables.

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 51

Two audio playback modes

When viewing a transcript in your personal area, two modes of the built-in player are available:

  • Auto-follow mode. ПThe player automatically scrolls to the active phrase as the audio plays.
  • Manual mode. It is activated when scrolling or navigating to a specific location via search. In this case, the player does not follow the lines, but remains at the current position.
  • TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search 52

    Other changes and improvements

    • We’ve improved the quality of final summaries thanks to the new AI model
    • We’ve improved support for working on the server with encryption enabled
    • We’ve improved server stability when using multiple graphics cards
    • The “Partially transcribed” status is now displayed next to the conference recording, which was not fully transcribed
    • The “License information” section of the control panel now displays the versions of each TrueConf AI Server component
    • When updating the AI server, the console displays a list of configuration files that do not match the current release version
    • The maximum size of a text for testing a prompt is limited to 100,000 characters
    • The button for starting summarization is now hidden for the users with read-only access
    • The license agreement has been moved from the registration page to the administrator login page
    • The overall stability of the transcription server has been improved.

    You can view the full list of changes in our changelog.

    The post TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search appeared first on Video Conferencing Blog.

    ]]> TrueConf Server: Security Updates for June 2026 https://trueconf.com/blog/update/trueconf-server-security-updates-june-2026 Thu, 18 Jun 2026 18:16:13 +0000 https://trueconf.com/blog/?p=46500 We have released an important security update for June 2026. We recommend immediately upgrading to the latest versions of TrueConf Server — 5.3.9, 5.4.9 and 5.5.5. Declining to install the updates will reduce the protection of your video collaboration system against potential hacker attacks via the public Internet. Important! The updates are free for both […]

    The post TrueConf Server: Security Updates for June 2026 appeared first on Video Conferencing Blog.

    ]]>
    security updates

    We have released an important security update for June 2026. We recommend immediately upgrading to the latest versions of TrueConf Server — 5.3.9, 5.4.9 and 5.5.5.

    Declining to install the updates will reduce the protection of your video collaboration system against potential hacker attacks via the public Internet.

    Important! The updates are free for both corporate and free versions of TrueConf Server. Re-registration is not required when updating from:

    • from 5.5.X to 5.5.5
    • from 5.4.X to 5.4.9
    • from 5.3.X to 5.3.9

    For versions 5.2 and below — contact the manager or technical support.

    We recommend checking the guide and creating a backup copy before installing the update. If you encounter issues starting TrueConf Server after the update, use your key to re-register the server.

    For any questions, please contact TrueConf technical support.

    TrueConf Server 5.5.5

    TrueConf Server 5.4.9,

    TrueConf Server 5.3.9

    Windows      

    Download

    Download

    TrueConf Server 5.5.5

    TrueConf Server 5.4.9,

    TrueConf Server 5.3.9

    Debian 13

    Download

    Not supported

    Debian 12

    Download

    Download

    Debian 11

    Download

    Download

    CentOS Stream 9

    Download

    Download

    The post TrueConf Server: Security Updates for June 2026 appeared first on Video Conferencing Blog.

    ]]>
    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses https://trueconf.com/blog/update/trueconf-ios-4-0 Thu, 04 Jun 2026 09:25:43 +0000 https://trueconf.com/blog/?p=46169 Meet TrueConf 4.0 for iOS. The new version brings voice messages, enhanced chat communication capabilities, and a redesigned user profile. Updated messenger Voice messages With TrueConf 4.0 for iOS, collaboration is reaching a new level. You can exchange voice messages with your team when it is inconvenient to call, quickly share ideas, clarify details, and […]

    The post TrueConf 4.0 for iOS: Voice Messages and Additional Statuses appeared first on Video Conferencing Blog.

    ]]>

    Meet TrueConf 4.0 for iOS. The new version brings voice messages, enhanced chat communication capabilities, and a redesigned user profile.

    Updated messenger

    Voice messages

    With TrueConf 4.0 for iOS, collaboration is reaching a new level. You can exchange voice messages with your team when it is inconvenient to call, quickly share ideas, clarify details, and stay in touch even outside the office.

    To record an audio message, hold the TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 59 button or swipe up to lock recording.

    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 60
    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 61

    Responses with attachments

    You can now reply to messages in chats not only with text but also with media files. This helps maintain the context of the conversation, quickly find necessary materials, and avoid confusion in long discussions.

    iOS 4.0

    Hyperlinks

    In version 4.0, you can now embed links directly in your messages to share useful resources, documents, and web pages without cluttering the chat.

    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 62
    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 63
    TrueConf 4.0 for iOS: Voice Messages and Additional Statuses 64

    Additional statuses

    We’ve expanded the settings of additional statuses so your colleagues can always see up-to-date information about your availability. You can choose one of the standard statuses, create a custom one, and set a duration for it to automatically clear.

    iOS 4.0

    Other changes and improvements

    • The application interface is adapted for iOS 26
    • We’ve updated the appearance of user profiles
    • Blocked users are now marked with the specific icon
    • We’ve added a dialer in the conference participant list so you can invite users by phone number
    • The time to connect to TrueConf Server and load chats when launching the app has been reduced
    • We’ve fixed an issue that caused unexpected account logouts
    • The overall stability of the application has been improved.

    You can check the full list of changes in our changelog.

    The post TrueConf 4.0 for iOS: Voice Messages and Additional Statuses appeared first on Video Conferencing Blog.

    ]]>
    Self-Hosted Video Conferencing: The Complete Guide for Enterprise and IT Decision-Makers https://trueconf.com/blog/reviews-comparisons/self-hosted-video-conferencing Mon, 01 Jun 2026 09:46:46 +0000 https://trueconf.com/blog/?p=46711 Self-Hosted Video Conferencing: The Complete Guide for Enterprise and IT Decision-Makers Self-hosted video conferencing means deploying a video communication platform on infrastructure you own or control, rather than relying on a third-party cloud service. For organizations with strict data governance requirements, compliance obligations, or the need for deep integration with internal systems, self-hosted deployment is […]

    The post Self-Hosted Video Conferencing: The Complete Guide for Enterprise and IT Decision-Makers appeared first on Video Conferencing Blog.

    ]]>
    Self-Hosted Video Conferencing: The Complete Guide for Enterprise and IT Decision-Makers

    Self-hosted video conferencing means deploying a video communication platform on infrastructure you own or control, rather than relying on a third-party cloud service. For organizations with strict data governance requirements, compliance obligations, or the need for deep integration with internal systems, self-hosted deployment is not a preference but a necessity.

    This guide explains what self-hosted video conferencing is, how it differs from cloud-based alternatives, what to evaluate before choosing a solution, and where TrueConf fits as one of the leading purpose-built platforms in this category.

    Executive Summary

    Topic

    Key Takeaway

    What it is

    Video conferencing deployed on your own servers or private infrastructure

    Who needs it

    Healthcare, government, defense, finance, legal, education, enterprise IT

    Core benefit

    Full data control, no third-party access to communications

    Main trade-off

    Higher upfront IT effort compared to cloud SaaS

    TrueConf role

    Purpose-built self-hosted platform with full-stack deployment, works offline

    Typical deployment

    Windows Server or Linux, supports VM, bare metal, private cloud

    Key compliance use cases

    HIPAA, GDPR, ISO 27001, government-specific data residency rules

    Pricing model

    Perpetual license or subscription, no per-minute costs

    What Self-Hosted Video Conferencing Actually Means

    A self-hosted video conferencing solution runs entirely on infrastructure managed by the deploying organization. The server software, signaling layer, media routing, and user data all live within a network boundary the organization controls.

    This is different from:

    • Cloud-hosted SaaS (Zoom, Microsoft Teams, Google Meet) where vendor infrastructure processes all media and stores all data
    • Private cloud managed by a vendor where the cloud environment is dedicated but still vendor-operated
    • Hybrid models where some components are on-premise and others are processed externally

    In a true self-hosted setup, a video call between two employees never leaves your network. No metadata, no recordings, no user credentials transit a public cloud.

    Insight

    Many buyers conflate "dedicated cloud instance" with "self-hosted." They are not the same. A dedicated cloud instance still means your vendor's operations team has physical or administrative access to the environment. Self-hosted deployment means your IT team holds the root keys, controls backup schedules, and can physically disconnect the server if needed. For regulated industries, this distinction is material, not cosmetic.

    Why Organizations Choose Self-Hosted Deployment

    The decision to self-host video conferencing is typically driven by one or more of the following factors:

    Regulatory and compliance requirements

    • Data residency laws requiring that communication data stays within a specific country or jurisdiction
    • Sector-specific frameworks such as HIPAA (healthcare), FedRAMP (US federal), FIPS (defense), or regional equivalents
    • Internal audit requirements that mandate a verifiable chain of custody for recorded meetings

    Security and confidentiality

    • Protection of trade secrets, legal communications, or classified information
    • Zero-trust or air-gapped environments where external network connections are not permitted
    • Control over encryption keys, certificate management, and authentication policies

    Operational independence

    • Eliminating dependency on vendor uptime, vendor pricing changes, or vendor product decisions
    • Integration with internal Active Directory, LDAP, SAML, or SSO systems without exposing those directories to a third party
    • Ability to operate during internet outages for organizations with private LAN infrastructure

    Cost predictability at scale

    At high user counts, per-seat SaaS pricing becomes expensive. A one-time license or flat-fee server license covers unlimited users in many self-hosted models.

    Self-Hosted vs. Cloud Video Conferencing: Feature Comparison

    Criteria

    Self-Hosted

    Cloud SaaS

    Data location

    Your servers, your jurisdiction

    Vendor data centers, often multi-region

    Internet dependency

    Optional (works on LAN)

    Required

    Admin control depth

    Full (OS level, network, policy)

    Limited to account settings

    Integration with internal systems

    Deep (LDAP, AD, SAML, API)

    API-dependent, often limited

    Compliance auditability

    Full audit trail under your control

    Vendor-issued compliance reports only

    Uptime dependency

    Your infrastructure team

    Vendor SLA

    Pricing model

    License or flat subscription

    Per user per month

    Scalability

    Depends on hardware provisioned

    Elastic, scales automatically

    Time to deploy

    Days to weeks

    Minutes

    Encryption key ownership

    You hold the keys

    Vendor holds the keys

    Vendor lock-in risk

    Low (portable data)

    High

    End-to-end call privacy

    Guaranteed by architecture

    Policy-dependent

    Core Components of a Self-Hosted Video Conferencing Platform

    A production-grade self-hosted video conferencing system typically includes:

    • Signaling server – Manages call setup, session negotiation, and presence
    • Media server / MCU or SFU – Handles multi-party video routing and transcoding
    • Recording and storage engine – Captures and stores meeting recordings locally
    • Admin panel and management console – Controls users, policies, licenses, and logs
    • Client applications – Desktop, web browser, and mobile endpoints
    • Directory integration layer – Connects to Active Directory, LDAP, or SSO
    • API layer – Enables integration with third-party business systems

    The quality and completeness of each layer determines whether the platform is viable for enterprise deployment or only suitable for small-scale use.

    Top 5 Self-Hosted Video Conferencing Platforms: Detailed Comparison

    Before diving into each platform, here is a quick orientation map across the five solutions covered in this section.

    Platform

    Best For

    Deployment Model

    Max Participants

    Open Source

    Pricing Model

    TrueConf

    Enterprise, government, air-gapped networks

    On-premise, private cloud, LAN-only

    1,500

    No

    Perpetual license / subscription

    Jitsi Meet

    Small teams, developers, budget-conscious orgs

    Self-hosted Linux, Docker, cloud VM

    100 recommended

    Yes

    Free (open source)

    BigBlueButton

    Education, webinars, virtual classrooms

    Linux server, cloud VM

    200 recommended

    Yes

    Free (open source)

    Nextcloud Talk

    Organizations already using Nextcloud

    Nextcloud instance (Linux)

    50 (HPB required for more)

    Yes

    Free / Nextcloud Enterprise plans

    Rocket.Chat + Video

    Teams needing unified messaging and video

    Docker, Linux, Kubernetes

    Depends on Jitsi integration

    Yes

    Free / Enterprise plans

    1. Jitsi Meet

    Jitsi interface

    Jitsi Meet is an open-source video conferencing platform developed and maintained by 8×8. It is the most widely deployed self-hosted open-source video conferencing solution in the world and is the default choice for organizations that want a free, inspectable, and community-supported platform without commercial licensing costs.

    Jitsi is built on WebRTC and runs in the browser without requiring any client installation. Users join conferences via a URL, and the server handles media routing through its Jitsi Videobridge component. The architecture is modular, which means technically capable teams can customize and extend it significantly.

    Deployment Options

    Jitsi Meet can be deployed on:

    • Ubuntu or Debian Linux servers (the officially supported path)
    • Docker and Docker Compose (community-maintained images)
    • Cloud virtual machines on any provider
    • Kubernetes for containerized deployments at scale

    The official quick-install script for Ubuntu automates most of the base setup. A functional basic server can be running within 30 to 60 minutes on a fresh Ubuntu instance. However, production-hardening, SSL configuration, TURN server setup, and performance tuning require additional effort and Linux administration knowledge.

    Core Capabilities

    • Unlimited meetings and no per-minute fees
    • Browser-based joining with no installation required
    • Screen sharing and presentation mode
    • Chat during meetings
    • Hand raise and reaction tools
    • Breakout rooms
    • Recording via Jibri (requires separate server instance)
    • Livestreaming to YouTube (Jibri-dependent)
    • Password-protected rooms
    • Lobby and waiting room controls
    • Background blur and virtual backgrounds (browser-dependent)
    • End-to-end encryption (experimental, peer-to-peer only in some configurations)
    • LDAP authentication via integration with Prosody XMPP

    Pricing

    Jitsi Meet is completely free and open source under the Apache 2.0 license. Server and bandwidth costs are the only expenses. 8×8 also offers a managed cloud version (Jaas) for organizations that want Jitsi without the operational overhead.

    Best For

    Developers, technology-forward organizations, NGOs, startups, and teams with Linux administration expertise who need a free, customizable platform for small-to-medium meeting sizes and do not have strict compliance requirements around encryption architecture.

    2. TrueConf

    Document sharing in TrueConf

    TrueConf is the most feature-complete purpose-built self-hosted video conferencing platform available today. It is not an open-source project with community-maintained documentation and inconsistent support. It is a commercial enterprise platform that happens to run entirely on infrastructure you control.

    The core architectural decision that separates TrueConf from most alternatives is its ability to function in fully air-gapped environments. The server requires no outbound connection to TrueConf's infrastructure after activation. For organizations in defense, government, or critical infrastructure sectors, this is often a non-negotiable architectural requirement that eliminates most alternatives from consideration before evaluation even begins.

    Deployment Options

    TrueConf Server installs on:

    • Windows Server 2012 R2 through current versions
    • Linux distributions including Debian, Ubuntu, CentOS, RHEL, and Astra Linux
    • VMware, Hyper-V, and KVM virtual machines
    • Bare metal servers
    • Private cloud environments (no public cloud dependency required)

    Installation is handled through a standard installer package with a web-based configuration wizard. Most experienced system administrators can complete a base installation in under two hours. Enterprise configuration including AD sync, SIP gateway setup, and policy configuration adds additional time but follows well-documented procedures.

    Core Capabilities

    • Video conferences with up to 1,500 participants
    • Up to 36 simultaneous video feeds visible in conference layout
    • 4K video support with hardware-accelerated transcoding
    • End-to-end AES-256 encryption for all media and signaling
    • Built-in server-side recording with local storage
    • Screen sharing with annotation tools
    • Persistent group chats and direct messaging
    • File transfer and document sharing within conferences
    • Virtual backgrounds without external processing
    • Whiteboard collaboration tools
    • Guest access via web browser without client installation
    • SIP and H.323 interoperability for room system integration
    • REST API with full documentation for third-party integration
    • Active Directory and LDAP synchronization
    • SAML 2.0 single sign-on support
    • Role-based access control with granular admin policies
    • Scheduled meetings with calendar integration
    • Breakout rooms
    • Polling and Q&A tools for large events

    Pricing

    TrueConf uses a server-based licensing model rather than per-user-per-month SaaS pricing. A single TrueConf Server license covers all registered users on that server instance. This means that at larger user counts, the per-user cost drops substantially compared to cloud alternatives. Organizations with 500 or more users typically find TrueConf significantly more economical over a three-to-five year horizon than equivalent cloud subscriptions.

    Perpetual licenses and annual subscription options are both available. A free trial version with limited capacity is available for evaluation purposes.

    Best For

    Government agencies, defense contractors, healthcare organizations, financial institutions, industrial enterprises with offline facilities, organizations with existing SIP/H.323 room systems, and any deployment where true data sovereignty is required.

    3. BigBlueButton

    BigBlueButton 3.0 interface

    BigBlueButton is an open-source web conferencing platform designed specifically for online education. It was built by educators for educators and includes features that general-purpose video conferencing platforms do not offer natively, such as multi-user whiteboards, shared notes, learning management system integration, and detailed session analytics.

    While BigBlueButton can be used for corporate meetings, its feature set and interface design are optimized for the instructor-to-student dynamic: one or a few presenters communicating with a larger audience that can be managed, polled, and organized into breakout groups.

    Deployment Options

    BigBlueButton runs on:

    • Ubuntu 20.04 LTS (the only officially supported operating system)
    • Cloud virtual machines (AWS, DigitalOcean, Azure, Google Cloud)
    • Bare metal servers

    The official installer script (bbb-install.sh) handles most of the installation process on a compatible Ubuntu server. The deployment is substantially more complex than basic Jitsi due to the number of components involved: Nginx, FreeSWITCH for audio, Kurento or mediasoup for video, Redis, MongoDB, and others. Experienced Linux administrators can complete a base installation in a few hours, but troubleshooting edge cases requires familiarity with the full stack.

    Core Capabilities

    • Multi-user interactive whiteboard with slide import
    • Shared notes that all participants can edit simultaneously
    • Breakout rooms with timer controls
    • Polling with multiple choice and open-ended questions
    • Hand raise and status indicators
    • Screen sharing
    • Chat (public and private)
    • Built-in recording with playback in a browser (slides, audio, video, chat synchronized)
    • Learning Analytics Dashboard showing participation metrics
    • Guest access with lobby controls
    • LDAP and SAML authentication
    • LMS integration via LTI (Moodle, Canvas, Sakai, and others)

    Pricing

    BigBlueButton is free and open source under the LGPL license. Scalelite is an open-source load balancer for multi-server BigBlueButton deployments, also free. Commercial hosting and support are available from several third-party providers including Blindside Networks, the primary maintainer of the project.

    Best For

    Universities, schools, online course providers, corporate training departments, and any organization delivering structured educational content where whiteboard collaboration, LMS integration, and session analytics are priorities.

    4. Nextcloud Talk

    Nextcloud Talk

    Nextcloud Talk is the video and chat module built into the Nextcloud platform, an open-source file sharing and collaboration suite. It is not a standalone video conferencing product. It is a component of a broader self-hosted productivity platform, and its value proposition is strongest when an organization is already using or planning to use Nextcloud for file storage, document collaboration, calendar, and contact management.

    For organizations that want to consolidate their self-hosted collaboration stack into a single platform rather than operating separate tools for file sharing, messaging, and video, Nextcloud Talk offers a unified approach that avoids the integration complexity of connecting multiple separate systems.

    Deployment Options

    Nextcloud Talk is deployed as part of a Nextcloud instance:

    • Linux server (Debian, Ubuntu, CentOS, and others)
    • Docker and Docker Compose
    • Snap package
    • Available as a pre-configured VM appliance
    • Nextcloud AIO (All-in-One) Docker image for simplified deployment

    The video calling capability for small groups uses WebRTC peer-to-peer connections by default, which requires no additional server components for one-to-one or very small group calls. For larger groups, a High Performance Backend (HPB) based on the Janus WebRTC gateway must be deployed as a separate component. Without HPB, performance in multi-party calls drops significantly above four to six participants.

    Core Capabilities

    • One-to-one and group video calls
    • Screen sharing
    • Persistent chat rooms linked to files, projects, or teams
    • File sharing directly within chat conversations (leveraging Nextcloud Files)
    • Voice messages
    • Guest access via shared link
    • End-to-end encrypted messaging (text)
    • LDAP and SAML authentication (inherited from Nextcloud)
    • Lobby and waiting room controls
    • Call recording (requires Nextcloud Recording server component)
    • Integration with Nextcloud Calendar for meeting scheduling
    • Integration with Nextcloud Files for in-call document access
    • Federation with other Nextcloud instances

    Pricing

    Nextcloud is free and open source under the AGPL license. Nextcloud Talk is included at no cost. Nextcloud GmbH offers enterprise subscriptions that include commercial support, compliance tooling, and extended maintenance for production deployments. The HPB component is also open source but requires operational effort to deploy and maintain.

    Best For

    Organizations already running or planning to run Nextcloud as their primary collaboration platform, SMBs that want a single self-hosted tool for files, chat, and video, and teams prioritizing integrated document collaboration over maximum video meeting scale.

    5. Rocket.Chat with Video Integration

    Rocket.Chat — best for teams with high data protection standards

    Rocket.Chat is an open-source team messaging platform comparable in scope to Slack. It includes built-in video calling capability through integration with Jitsi Meet or BigBlueButton, depending on configuration. Like Nextcloud Talk, Rocket.Chat is not a standalone video conferencing product. It is a unified communications platform where video is one channel within a broader messaging environment.

    The distinction matters because organizations choosing Rocket.Chat are typically solving a unified team communication problem first and adding video as a component, rather than choosing it as a primary video conferencing solution.

    Deployment Options

    Rocket.Chat can be deployed on:

    • Linux (Ubuntu, Debian, CentOS, RHEL)
    • Docker and Docker Compose
    • Kubernetes (Helm chart available)
    • Snap package for Ubuntu
    • Cloud marketplace images (AWS, DigitalOcean, Azure)

    The Docker Compose deployment is the most common path for new deployments and can be completed by any administrator familiar with Docker. Kubernetes deployment is appropriate for organizations needing high availability and horizontal scaling.

    Video Calling Architecture

    Rocket.Chat does not have its own media server. Video calls are handled by integrating an external WebRTC infrastructure:

    • Jitsi Meet integration: The most common option. Rocket.Chat launches Jitsi conferences directly from channels or direct messages. Participants join the Jitsi conference in a browser tab or the Jitsi client. Video quality and capacity are determined by the Jitsi deployment, not Rocket.Chat itself.
    • BigBlueButton integration: Available for organizations using Rocket.Chat in educational contexts where BBB's whiteboard and LMS features are needed.

    This means that to have self-hosted video in Rocket.Chat, you must also self-host Jitsi Meet or BigBlueButton as separate infrastructure. The operational overhead is the sum of both platforms.

    Core Messaging Capabilities

    • Persistent public and private channels
    • Direct messages and group direct messages
    • Threaded conversations
    • File sharing with preview
    • Voice messages
    • Emoji reactions and custom emoji
    • Message search with full-text indexing
    • E2E encrypted direct messages
    • LDAP, Active Directory, SAML, OAuth integration
    • Omnichannel support (live chat, email, WhatsApp, and others for customer-facing use)
    • Extensive REST API and webhooks
    • Marketplace of integration apps

    Pricing

    Rocket.Chat Community Edition is free and open source under the MIT license. The Enterprise plan adds features including audit logging, omnichannel analytics, push notification gateway, and priority support. Video calling via Jitsi integration is available in both editions. The self-hosted Enterprise plan is priced per user.

    Best For

    Organizations that need Slack-like team messaging with the ability to add video calling, development teams and tech companies comfortable managing multiple self-hosted services, organizations that want omnichannel customer communication alongside internal team messaging, and teams that already operate Jitsi Meet and want a messaging layer on top of it.

    Platform Selection Guide: Matching Use Case to Tool

    Scenario

    Recommended Platform

    Reason

    Air-gapped government or defense network

    TrueConf

    Only platform with verified offline LAN operation and commercial support

    Healthcare with HIPAA data sovereignty requirement

    TrueConf

    Full local data control, encryption key ownership, no vendor cloud dependency

    University virtual classroom with LMS

    BigBlueButton

    Native LTI integration, whiteboard, synchronized recording playback

    Small team with zero budget and Linux expertise

    Jitsi Meet

    Free, open source, browser-based, adequate for small meetings

    Organization already on Nextcloud

    Nextcloud Talk

    Native integration with files and documents, no additional platform needed

    Team needing Slack-style messaging plus video

    Rocket.Chat + Jitsi

    Unified messaging with video capability via Jitsi integration

    Enterprise with legacy SIP/H.323 room systems

    TrueConf

    Built-in SIP/H.323 gateway, no additional middleware required

    Corporate training and internal webinars at scale

    TrueConf or BigBlueButton

    TrueConf for scale and compliance, BBB for educational interactivity

    Developer team wanting to customize and self-host free

    Jitsi Meet

    Apache 2.0 license, modular architecture, active developer community

    Large enterprise needing 500+ participant video events

    TrueConf

    1,500-participant capacity, flat licensing, enterprise admin controls

    Self-Hosted Video Conferencing for Specific Industries

    Government and Public Sector

    Government agencies frequently operate under legal mandates that prohibit storing communication data with commercial cloud providers. TrueConf is deployed in government environments across multiple countries where national data sovereignty laws apply. The platform supports integration with government identity management systems and can operate entirely within classified network segments.

    Healthcare

    HIPAA and equivalent frameworks in other countries require that protected health information (PHI) not transit uncontrolled networks or reside in environments where covered entities lack direct control. A self-hosted video conferencing platform eliminates the need for Business Associate Agreements with cloud vendors and removes the risk of vendor-side data breaches affecting patient data.

    Financial Services

    Banks, insurance companies, and investment firms are subject to regulations that require auditability of communications. Self-hosted deployment means all call recordings, chat logs, and metadata are retained within the organization's own SIEM or archival systems.

    Education

    Universities and school districts often need to host large-scale video infrastructure that integrates with existing student information systems. Self-hosted platforms can be configured to match institutional policies around recording, data retention, and access control in ways that consumer-grade cloud platforms cannot.

    Insight 3

    For enterprise buyers evaluating Total Cost of Ownership, self-hosted video conferencing often becomes cost-competitive with cloud SaaS at around 200-300 users, and significantly cheaper above that threshold. The comparison should not be made on list price alone. It must include the cost of data egress fees in cloud environments, the risk premium of potential compliance fines under data residency violations, and the operational cost of managing exceptions and audit requests when data lives outside organizational control. When those factors are included, the TCO calculation frequently shifts toward self-hosted for mid-to-large organizations.

    FAQ

    What is self-hosted video conferencing and how is it different from cloud-based solutions?

    Self-hosted video conferencing means the server software runs on infrastructure owned or managed by the deploying organization. Unlike cloud-based tools such as Zoom or Teams, no communication data passes through the vendor's servers. TrueConf is a purpose-built self-hosted platform that can operate entirely within a private network, including environments with no internet connection.

    Can self-hosted video conferencing work without an internet connection?

    Yes, if the platform supports LAN-only operation. TrueConf Server is specifically designed to function on closed or air-gapped networks. Users on the same local network can conduct full-featured video conferences, share screens, and chat without any external internet access. This is a critical requirement for government, military, and industrial deployments.

    Is self-hosted video conferencing secure?

    Self-hosted deployment is inherently more controllable from a security standpoint because the organization holds the encryption keys, manages access policies, and retains all data within its own perimeter. TrueConf uses AES encryption for all communications and supports integration with enterprise identity systems including Active Directory and SAML-based SSO. Security ultimately depends on how well the deployment is configured and maintained by the IT team.

    How many users can a self-hosted TrueConf deployment support?

    TrueConf Server supports up to 1,500 participants in a single video conference and can serve thousands of registered users per server instance. For organizations requiring higher capacity, TrueConf supports multi-server deployments. Exact limits depend on server hardware specifications and network configuration.

    What are the compliance benefits of self-hosted video conferencing?

    Self-hosted deployment allows organizations to demonstrate to auditors and regulators that communication data never leaves their controlled environment. This is directly relevant for HIPAA, GDPR data residency clauses, government data sovereignty laws, and financial communications regulations. TrueConf is used in regulated industries specifically because it provides this auditability without reliance on vendor-issued compliance certifications.

    How long does it take to deploy a self-hosted video conferencing server?

    A basic TrueConf Server deployment on an existing Windows or Linux server can be completed in a few hours by an experienced IT administrator. Full enterprise deployment including Active Directory integration, custom policies, SIP gateway configuration, and load testing typically takes one to two weeks. TrueConf provides documentation, a free trial license, and professional services support for enterprise rollouts.

    What happens if the vendor discontinues or changes the product after I deploy it?

    This is a legitimate concern for any enterprise software decision. With self-hosted deployment using TrueConf, the server software you have licensed continues to operate indefinitely without requiring ongoing vendor connectivity. Your existing deployment does not break if TrueConf changes its pricing, updates its cloud services, or adjusts its product roadmap. You retain full operational independence, which is one of the core reasons organizations choose self-hosted over cloud-dependent platforms.

    The post Self-Hosted Video Conferencing: The Complete Guide for Enterprise and IT Decision-Makers appeared first on Video Conferencing Blog.

    ]]>
    Business Document Sharing: Secure Files Collaboration + 5 Best Tools https://trueconf.com/blog/reviews-comparisons/business-document-sharing Fri, 29 May 2026 11:28:25 +0000 https://trueconf.com/blog/?p=46276 Business document sharing refers to the processes, tools, and policies that allow employees, teams, and external partners to exchange, access, co-edit, and manage files within and across organizational boundaries. In enterprise and B2B environments, the choice of document sharing infrastructure directly affects productivity, data security, regulatory compliance, and IT governance. This article explains what business […]

    The post Business Document Sharing: Secure Files Collaboration + 5 Best Tools appeared first on Video Conferencing Blog.

    ]]>
    Business document sharing refers to the processes, tools, and policies that allow employees, teams, and external partners to exchange, access, co-edit, and manage files within and across organizational boundaries. In enterprise and B2B environments, the choice of document sharing infrastructure directly affects productivity, data security, regulatory compliance, and IT governance.

    This article explains what business document sharing involves, what separates strong solutions from weak ones, and how to evaluate options based on your organization’s size, security posture, and deployment preferences.

    Executive Summary

    Dimension

    Key Insight

    Definition

    Secure, controlled exchange of files and documents within and between organizations

    Core requirement

    Balance between accessibility and administrative control

    Main risk

    Shadow IT, uncontrolled external sharing, lack of audit trail

    Enterprise differentiator

    Deployment model (cloud vs. on-premises vs. private cloud), DLP, and admin controls

    TrueConf relevance

    Integrated document sharing within a self-hosted video and collaboration platform

    Best for large orgs

    On-premises or private cloud platforms with federation, LDAP, and granular permissions

    Compliance factor

    GDPR, HIPAA, ISO 27001 requirements often mandate data residency and access logs

    What Business Document Sharing Actually Means

    Document sharing in a business context is not simply uploading a file to cloud storage and sending a link. Enterprise document sharing involves several interconnected capabilities:

    • Access control: Who can view, edit, download, or forward a document
    • Version management: Tracking changes and restoring previous document states
    • Audit logging: Recording who accessed or modified a file and when
    • Integration with communication tools: Sharing documents in the context of meetings, chats, or projects
    • External sharing governance: Controlling whether documents can leave the organizational perimeter
    • Data residency: Where files are physically stored and who has jurisdiction over that storage

    Organizations that treat document sharing as a standalone file-transfer problem typically end up with fragmented workflows, security gaps, and compliance exposure. Before sensitive or client-facing files are shared externally, teams can also use an online plagiarism checker to verify content originality and reduce the risk of duplicated material moving through approved document-sharing channels. The stronger approach integrates document sharing with communication and collaboration at the platform level.

    Enterprise document sharing integrated with business communication tools

    The Four Layers of Enterprise Document Sharing

    Understanding document sharing as a layered system helps IT decision-makers identify where gaps exist in their current setup.

    • Layer 1: Storage and Infrastructure Where files physically reside. Options include public cloud (AWS S3, Azure Blob), private cloud, on-premises servers, or hybrid configurations. Data residency laws in the EU, healthcare, and defense sectors often constrain which options are legally permissible.
    • Layer 2: Access and Identity How the platform authenticates users and enforces permissions. Enterprise-grade solutions integrate with Active Directory, LDAP, or SAML-based SSO. Without this layer, document access cannot be tied to organizational identity and lifecycle management.
    • Layer 3: Collaboration Context Documents shared in isolation have limited value. Effective enterprise document sharing embeds files inside meeting rooms, project spaces, or persistent chat threads. This is where platforms like TrueConf differentiate themselves: file sharing is not a separate product but a native feature of team spaces, video conferences, and group chats.
    • Layer 4: Governance and Compliance Audit trails, retention policies, DLP rules, and reporting. This layer is often underbuilt in smaller platforms and becomes critical for regulated industries.

    Comparison of Business Document Sharing Approaches

    Approach

    Control Level

    Deployment Flexibility

    Integration with Comms

    Compliance Suitability

    Consumer cloud storage (e.g., Dropbox, Google Drive)

    Low

    SaaS only

    Partial / via plugins

    Limited

    Enterprise cloud storage (e.g., SharePoint Online, Box)

    Medium-High

    SaaS / hybrid

    Strong (Microsoft ecosystem)

    Good

    On-premises document management (e.g., SharePoint on-prem)

    High

    On-premises

    Strong within ecosystem

    Excellent

    Unified communications platform with file sharing (e.g., TrueConf)

    High

    On-premises, private cloud, cloud

    Native / built-in

    Excellent for air-gapped, GDPR

    Email attachments

    Low

    Any

    Native to email

    Poor

    Dedicated secure file transfer (MFT tools)

    High

    On-premises / cloud

    None

    Excellent for transfer events

    Insight 1

    Most organizations underestimate the governance cost of separating communication and document sharing into different platforms. When a file is shared in email but discussed in a chat and stored in a third system, audit reconstruction after an incident becomes extremely complex. Platforms that unify these layers reduce both compliance risk and IT overhead.

    Key Features to Evaluate in a Business Document Sharing Platform

    Must-Have Features for Enterprise Use

    • Role-based access control (RBAC): Ability to assign view-only, edit, comment, or admin rights at the file, folder, or workspace level
    • SSO and directory integration: LDAP, Active Directory, or SAML for user provisioning and deprovisioning
    • End-to-end or in-transit encryption: TLS for data in transit, AES-256 or equivalent for data at rest
    • Audit logging: Immutable logs of file access, sharing events, and permission changes
    • External sharing controls: Ability to disable or restrict external link sharing organization-wide or by department
    • Version history: At least 30-day or configurable retention of prior document versions
    • Mobile access with DLP: Access on mobile devices with options to restrict download or screenshot

    Advanced Features for Regulated or High-Security Environments

    • Air-gapped deployment capability (no internet dependency)
    • Federated access across organizational domains
    • Integration with DLP (Data Loss Prevention) systems
    • Document watermarking
    • Classified or sensitivity labels

    TrueConf supports on-premises and private cloud deployment, which means the entire file and document sharing infrastructure can operate within an organization’s own network perimeter. This is particularly relevant for government agencies, defense contractors, healthcare organizations, and financial institutions that cannot rely on public cloud storage for sensitive documents.

    Secure on-premises document sharing for enterprise collaboration

    Deployment Models for Business Document Sharing

    The deployment model is one of the most consequential decisions an IT leader makes when selecting a document sharing platform. It affects cost, control, performance, and legal exposure.

    Deployment Model

    Description

    Best For

    Risk Profile

    Public SaaS cloud

    Vendor manages all infrastructure

    SMB, startups, teams without IT staff

    Vendor lock-in, data residency risk

    Private cloud

    Organization’s cloud (AWS VPC, Azure Private)

    Enterprises with cloud-first strategy

    Moderate; depends on cloud provider

    On-premises

    Organization’s own data center

    Regulated industries, government, defense

    High control, higher IT burden

    Hybrid

    Mix of cloud and on-prem based on data classification

    Large enterprises with mixed data types

    Complex to manage, high flexibility

    Air-gapped

    Fully isolated network, no external connectivity

    Military, intelligence, critical infrastructure

    Maximum security, limited external sharing

    TrueConf is one of the few collaboration platforms that supports all of these deployment models, including fully air-gapped installations. This gives IT teams the flexibility to place document sharing infrastructure exactly where data governance policies require it, without switching to a separate tool for regulated use cases.

    Insight 2

    Many enterprise software buyers evaluate document sharing platforms based on features shown in demos, but the deployment model is where the real differentiation lies. A platform that cannot be deployed on-premises or in a private cloud is not a viable option for organizations in regulated industries, regardless of how polished its interface appears. Always anchor vendor evaluation to deployment requirements before assessing features.

    Document Sharing Within Unified Communication Platforms

    A growing category of enterprise document sharing happens not in standalone file-storage systems but inside unified communication (UC) platforms. This shift is driven by the recognition that documents have the most value in context: attached to a project, discussed in a meeting, or referenced in a persistent team channel.

    Unified communication platforms that include document sharing typically offer:

    • In-meeting file sharing: Distributing documents or presentations to all meeting participants
    • Persistent file spaces in group chats: Shared libraries accessible to all members of a team or channel
    • Screen sharing with annotation: Not document sharing in the strict sense, but functionally equivalent for review workflows
    • Post-meeting document access: Ensuring participants can retrieve files shared during a session

    TrueConf integrates document and file sharing directly into its video conferencing and team messaging environment. Files shared in a TrueConf group chat or meeting are accessible to all authorized participants within that space, with access tied to the organizational identity system. This removes the need to separately manage permissions in a file storage tool and a communication tool.

    A secure messenger and 4K video conferencing enable employees to stay connected from any device and collaborate seamlessly on common projects.


    Learn more

    TrueConf secure messenger for document sharing and team collaboration

    Business Document Sharing for Remote and Distributed Teams

    Remote work has made document sharing more critical and more difficult to govern simultaneously. When employees work from home, coffee shops, or regional offices, document sharing happens across varied network conditions and devices.

    Key challenges for distributed teams:

    • Bandwidth constraints: Large file transfers over consumer internet connections slow collaboration
    • Inconsistent device security: Personal devices used for work may lack endpoint protection
    • Time zone coordination: Asynchronous document sharing must be accessible with appropriate context
    • External contractor access: Temporary, scoped access for non-employees without full account provisioning

    Platforms designed for enterprise deployment, including TrueConf, address bandwidth constraints through adaptive streaming and compression. Guest and external user access can be provisioned with time-limited permissions, allowing contractors or clients to collaborate on specific documents without receiving broad organizational access.

    Insight 3

    The external sharing use case is where many organizations experience security incidents. Granting a vendor or contractor access to a single document often involves creating a broadly accessible link, forwarding credentials, or providing access to a shared folder with broader scope than intended. Enterprise platforms with granular external sharing controls and temporary-access provisioning reduce this risk significantly compared to ad hoc workarounds.

    Compliance and Regulatory Considerations

    Document sharing is directly regulated under several major frameworks:

    • GDPR (EU): Personal data contained in documents must be stored in jurisdictions with adequate protection. External sharing of documents containing personal data requires documented lawful basis and data processing agreements.
    • HIPAA (US healthcare): Protected health information (PHI) in documents must be encrypted in transit and at rest, with access controls and audit logs. Business associates handling PHI must sign BAAs with covered entities.
    • ISO 27001: Requires documented information security controls, including access management and audit logging for sensitive assets.
    • NIS2 (EU critical infrastructure): Mandates incident reporting and security controls for organizations managing critical infrastructure, including their document handling practices.

    Platforms like TrueConf, deployed on-premises or in a private cloud, allow organizations to meet these requirements without relying on a third-party cloud provider’s compliance posture. All data, including shared documents, remains within the organization’s controlled environment, simplifying audit evidence collection and data residency attestation.

    Top 5 Business Document Sharing Platforms

    Selecting the right platform depends heavily on deployment requirements, security posture, and how tightly document sharing needs to integrate with communication workflows. Below are five platforms that represent distinct approaches to enterprise document sharing, covering the full range from self-hosted UC suites to cloud-native content management.

    Why trust us?

    Every app we cover is selected, tested, and reviewed by human experts who follow strict editorial and evaluation guidelines. We focus on solutions that are practical, purpose-built, and capable of delivering real value for the specific use case or business context we’re analyzing — while also offering pricing that is fair and justifiable. Our methodology is transparent, straightforward, and available to everyone:

    Learn more about our review methodology here →

    1. TrueConf

    TrueConf is a unified communications platform with native document and file sharing built directly into its video conferencing, group chat, and team workspace environment. Unlike standalone file storage tools, TrueConf treats document sharing as a collaboration-layer feature: files exchanged in meetings or team channels are stored on the TrueConf server, which the organization fully controls.

    TrueConf document sharing in secure video meetings and group chats

    Best for: Government agencies, regulated enterprises, defense contractors, healthcare organizations, and any company that requires on-premises or air-gapped deployment with no external data flows.

    Deployment options: On-premises, private cloud, public cloud, air-gapped

    Strengths:

    • Full data sovereignty: files never leave the organizational network in on-premises mode
    • Single platform for video calls, messaging, webinars, and document sharing
    • LDAP and Active Directory integration for centralized user and permission management
    • Supports up to thousands of concurrent users on self-hosted infrastructure
    • No per-user SaaS fees for on-premises licensing models

    Limitations:

    • Requires internal IT resources for deployment and maintenance

    Try TrueConf Server Free!

    • 1,000 online users with the ability to chat and make one-on-one video calls.
    • 10 PRO users with the ability to participate in group video conferences.
    • One SIP/H.323/RTSP connection for interoperability with corporate PBX and SIP/H.323 endpoints.
    • One guest connection to invite a non-authenticated user via link to your meetings.


    Learn more

    High-quality content sharing in TrueConf Server Free

    2. Microsoft SharePoint (Online and Server)

    SharePoint is Microsoft’s enterprise content management and document collaboration platform, available both as a cloud service (SharePoint Online, included in Microsoft 365) and as an on-premises installation (SharePoint Server). It is the most widely deployed enterprise document platform globally, with deep integration into the Microsoft ecosystem.

    Microsoft SharePoint for enterprise document sharing and content management

    Best for: Organizations already using Microsoft 365, enterprises needing rich document workflow automation, large organizations with mixed cloud and on-premises workloads.

    Deployment options: SaaS (SharePoint Online), on-premises (SharePoint Server), hybrid

    Strengths:

    • Deep integration with Teams, Outlook, Word, Excel, and the entire Microsoft 365 stack
    • Powerful permissions model with site, library, folder, and file-level controls
    • Co-authoring, version history, and document check-in/check-out
    • Strong compliance tooling through Microsoft Purview (DLP, retention, sensitivity labels)

    Limitations:

    • Complex to configure and govern correctly at scale
    • SharePoint Online stores data in Microsoft’s cloud, which may not satisfy strict data residency requirements
    • Licensing costs can be significant for large deployments

    3. Google Workspace (Drive and Shared Drives)

    Google Workspace provides cloud-native document creation, storage, and sharing through Google Drive, Docs, Sheets, and Slides. Shared Drives allow team-owned file repositories that persist regardless of individual employee accounts. It is popular in technology companies, education, and organizations with a strong preference for browser-based workflows.

    Google Workspace Shared Drives for cloud document collaboration

    Best for: Organizations prioritizing real-time co-authoring, browser-first workflows, and tight integration with Gmail and Google Meet.

    Deployment options: SaaS only

    Strengths:

    • Excellent real-time co-authoring with low latency
    • Simple sharing model familiar to most users
    • Strong search and AI-assisted organization features
    • Generous storage included in Business and Enterprise plans

    Limitations:

    • SaaS-only: no on-premises option, data residency limited to Google’s data regions
    • Sharing governance requires active admin configuration to prevent over-permissioning
    • Limited version history granularity compared to SharePoint
    • Less suitable for air-gapped or highly regulated environments

    4. Box

    Box is an enterprise-focused cloud content management platform designed around secure external collaboration, compliance, and workflow automation. It differentiates itself from consumer cloud storage through its focus on governance, DLP, and regulated industry use cases. Box also offers Box Shield for advanced threat detection and automated classification.

    Box secure cloud content management for business document sharing

    Best for: Organizations with heavy external collaboration requirements, legal and financial services firms, and enterprises needing strong DLP and content governance in the cloud.

    Deployment options: SaaS (primary), Box Zones for data residency in specific regions

    Strengths:

    • Purpose-built for secure external sharing with guests, clients, and partners
    • Strong compliance certifications (HIPAA, FedRAMP, ISO 27001, SOC 2)
    • Box Shield for automated classification and anomaly detection
    • Deep integrations with Salesforce, Slack, Microsoft 365, and Google Workspace

    Limitations:

    • No on-premises or self-hosted option
    • Primarily a storage and governance tool; communication features are limited to comments and tasks
    • Per-user pricing can become expensive for large organizations

    5. Nextcloud

    Nextcloud is an open-source, self-hosted file sharing and collaboration platform. Organizations deploy it on their own servers or private cloud infrastructure and have full control over the source code, data, and configuration. It supports document editing (via Collabora Online or ONLYOFFICE integration), video calls, and team collaboration in a single self-hosted environment.

    Nextcloud self-hosted document sharing for privacy-focused organizations

    Best for: Organizations that want maximum data control, open-source flexibility, and on-premises deployment without per-user licensing fees, particularly in European enterprises, public sector, and privacy-focused organizations.

    Deployment options: On-premises, private cloud, hybrid

    Strengths:

    • Fully open-source with no vendor lock-in
    • Complete data sovereignty and residency control
    • Rich plugin ecosystem for document editing, project management, and communication
    • No per-user licensing cost (infrastructure costs only)

    Limitations:

    • Requires significant internal IT capability to deploy, maintain, and scale
    • Enterprise support requires a paid subscription from Nextcloud GmbH
    • Performance and reliability depend entirely on the organization’s infrastructure
    • Less polished UI and integrated video conferencing compared to TrueConf or Microsoft Teams

    Platform Comparison at a Glance

    Platform

    Deployment

    On-Premises

    Air-Gap Support

    Native Comms Integration

    Best For

    TrueConf

    On-prem, private cloud, SaaS

    Yes

    Yes

    Yes (UC platform)

    Regulated, secure, unified comms

    SharePoint

    SaaS, on-prem, hybrid

    Yes (Server)

    Partial

    Yes (Microsoft 365)

    Microsoft ecosystem enterprises

    Google Workspace

    SaaS only

    No

    No

    Yes (Google Meet)

    Cloud-first, co-authoring focus

    Box

    SaaS, data residency zones

    No

    No

    Partial (integrations)

    External collaboration, compliance

    Nextcloud

    On-prem, private cloud

    Yes

    Yes

    Partial (plugin-based)

    Open-source, privacy-first orgs

    How TrueConf Fits Into a Business Document Sharing Strategy

    TrueConf is primarily a unified communications platform covering video conferencing, group messaging, webinars, and team collaboration. Within this environment, document and file sharing is a native feature rather than an integration with a third-party storage service.

    Key aspects of TrueConf’s document sharing capabilities in enterprise context:

    • Files shared in meetings or group chats are stored within the TrueConf server, which the organization controls
    • Access to shared files is governed by the same identity and permission system as the rest of the platform
    • TrueConf supports on-premises deployment, meaning document data does not leave the organizational network
    • Administrator controls allow IT teams to configure storage limits, retention, and access scopes
    • For organizations in regulated industries, TrueConf’s self-hosted model provides a single platform that handles both communication and document sharing without introducing external data flows

    TrueConf is best suited for organizations that need a unified collaboration environment with strong security controls and flexible deployment, particularly where public cloud services are restricted or undesirable. It is less suited as a standalone document management or content management system (CMS), but for organizations whose primary document sharing happens in the context of team communication, it provides a coherent and secure environment.

    Evaluation Framework: Selecting a Business Document Sharing Platform

    Use this framework to structure a vendor evaluation for your organization.

    Criterion

    Questions to Ask

    Weight for Regulated Industries

    Deployment model

    Can it be deployed on-premises or in our private cloud?

    Critical

    Identity integration

    Does it connect to our Active Directory or LDAP?

    High

    Access controls

    Can we set file-level permissions by role or group?

    High

    Audit and logging

    Are access and sharing events logged immutably?

    Critical

    Encryption

    TLS in transit and AES-256 at rest?

    High

    External sharing controls

    Can we restrict or disable external link sharing?

    High

    Collaboration integration

    Is file sharing native to meetings and messaging?

    Medium

    Admin controls

    Can IT manage storage, retention, and policies centrally?

    High

    Compliance certifications

    ISO 27001, SOC 2, or relevant regional certifications?

    High

    Vendor lock-in risk

    Can data be exported in standard formats?

    Medium

    FAQ

    What is the most secure way to share business documents?

    The most secure approach combines end-to-end encryption, role-based access controls, audit logging, and deployment within an organizational perimeter. For organizations in regulated industries, self-hosted platforms like TrueConf allow document sharing to occur entirely within the organization’s own infrastructure, eliminating reliance on public cloud storage and reducing external attack surface.

    What is the difference between document sharing and file transfer?

    Document sharing typically implies ongoing, collaborative access: multiple users can view, edit, or comment on a document over time. File transfer is a one-time movement of data from sender to recipient. Enterprise collaboration platforms like TrueConf handle document sharing as a persistent, context-rich activity embedded in team workspaces, while managed file transfer (MFT) tools are optimized for bulk, scheduled, or automated one-directional transfers.

    How do I control external document sharing in my organization?

    Effective control requires a platform with centralized admin policies for external sharing. Look for tools that allow IT administrators to disable public link generation, restrict sharing to specific domains, require password protection or expiry dates on shared links, and log all external sharing events. TrueConf’s administrator console gives IT teams granular control over sharing permissions across the platform.

    Can document sharing platforms be used in regulated industries like healthcare or defense?

    Yes, but platform selection must account for specific regulatory requirements. Healthcare organizations subject to HIPAA need encryption, access controls, and Business Associate Agreements. Defense and government organizations may require on-premises or air-gapped deployment. TrueConf supports both on-premises and air-gapped configurations, making it suitable for high-security environments where public cloud services are not permitted.

    What role does document sharing play in video conferencing platforms?

    Modern video conferencing platforms increasingly include persistent document sharing as part of team workspaces, in-meeting file distribution, and post-meeting access to shared materials. TrueConf integrates file sharing natively into its group chats, meeting rooms, and team channels, meaning the same platform used for video calls also manages the documents exchanged during those calls.

    How does deployment model affect document sharing compliance?

    Deployment model determines where document data is physically stored and who controls it. SaaS platforms store data in vendor-managed infrastructure, which may not satisfy data residency requirements under GDPR or national regulations. On-premises deployment, as supported by TrueConf, keeps all document data within the organization’s own network, simplifying compliance with data residency, access control, and audit requirements.

    What should IT decision-makers prioritize when choosing a document sharing platform?

    Prioritize deployment flexibility, identity integration (Active Directory, LDAP), audit logging, and encryption first. Then evaluate collaboration context: does the platform integrate document sharing with communication workflows? For organizations with strong security requirements, a platform like TrueConf that combines on-premises deployment with native document sharing and UC features eliminates the integration complexity and governance gaps that arise from running separate tools for communication and file access.

    About the Author
    Olga Afonina is a technology writer and industry expert specializing in video conferencing solutions and collaboration software. At TrueConf, she focuses on exploring the latest trends in collaboration technologies and providing businesses with practical insights into effective workplace communication. Drawing on her background in content development and industry research, Olga writes articles and reviews that help readers better understand the benefits of enterprise-grade communication.

    Connect with Olga on LinkedIn


    The post Business Document Sharing: Secure Files Collaboration + 5 Best Tools appeared first on Video Conferencing Blog.

    ]]>
    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone https://trueconf.com/blog/update/trueconf-room-5-1 Fri, 29 May 2026 09:54:54 +0000 https://trueconf.com/blog/?p=45986 In the new version of our software video conferencing endpoint, we’ve focused on content-sharing scenarios in meeting rooms: we’ve simplified the setup of an additional video stream, added convenient content sharing from mobile devices, and expanded the interface configuration options.

    The post TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone appeared first on Video Conferencing Blog.

    ]]>

    In the new version of our software video conferencing endpoint, we’ve focused on content-sharing scenarios in meeting rooms: we’ve simplified the setup of an additional video stream, added convenient content sharing from mobile devices, and expanded the interface configuration options.

    Update

    Setting up an additional video stream

    Earlier, in update 5.0, we introduced the capability to stream two video streams simultaneously. Now you can share content in an additional video stream directly in the user interface in the Settings — Content section of the TrueConf Room web control panel.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 65
    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 66

    To use the second content stream, you need to enable it in the settings of the TrueConf Room Services add-in (TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 67 Settings application) in advance.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 68

    Convenient content sharing from mobile devices

    Visitors to the meeting room can now join a running conference from mobile devices and share content from them. You just need to enable the corresponding option in the web conference control panel and scan the QR code. Once connected, a user can start sharing content right from their smartphone or tablet.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 69
    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 70

    To use this feature, the “Сontent sharing from a mobile device” option should be enabled in the content settings of the web control panel.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 71

    The meeting room name on the main screen

    Now you can set the name of the meeting room where TrueConf Room is installed. The specified name will be displayed on the main screen of the TV connected to the video conferencing endpoint.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 72

    You can set the name of the meeting room in the “System info” section of the web control panel.

    TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 73

    Other changes and improvements

    • Version 5.5.1: We’ve fixed an issue due to which events from the corporate calendar might not be displayed when integration with TrueConf Calendar Connector is configured
    • A button for switching to full-screen modeTrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone 74 has been added to the web control panel
    • We’ve introduced a new launch parameter that allows you to set a custom conference layout even when receiving a layout from TrueConf Server
    • We’ve fixed an issue due to which SSO authentication could sometimes fail
    • We’ve fixed issues with displaying scheduled conferences on the TV and the main screen of the web interface
    • The overall stability has been improved.

    The post TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a Smartphone appeared first on Video Conferencing Blog.

    ]]>
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More https://trueconf.com/blog/update/trueconf-group-2-1 Tue, 26 May 2026 14:15:21 +0000 https://trueconf.com/blog/?p=45859 We are happy to release the second generation of TrueConf Group. We’ve completely reimagined what a video conferencing endpoint should be, and delivered a solution that sets new standards for video conferencing in meeting rooms. New TV interface In TrueConf Group 2.0, we’ve redesigned the interface, bringing main menu sections, hardware control unit, upcoming events, […]

    The post TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More appeared first on Video Conferencing Blog.

    ]]>

    We are happy to release the second generation of TrueConf Group. We’ve completely reimagined what a video conferencing endpoint should be, and delivered a solution that sets new standards for video conferencing in meeting rooms.

    New TV interface

    In TrueConf Group 2.0, we’ve redesigned the interface, bringing main menu sections, hardware control unit, upcoming events, and self-view window to the main TV screen.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 104

    Upcoming events

    All upcoming conferences are displayed at the top of the main screen. Now you definitely won’t miss an important event, and the schedule will always be right in front of you.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 105

    Events are displayed as convenient cards with:

    • name
    • date and time of the event
    • video conferencing server (provided that the conference was created on TrueConf Server or TrueConf MCU)
    • button to join a meeting if it has started.

    To display upcoming conferences, TrueConf Group administrators need to set up email integration.

    Contacts

    We’ve updated the Contacts section to work with the address book. They are now grouped by tabs:

    • Favorites. Local contacts that are marked with the icon when creating or editing.
    • Recent. Endpoint call history.
    • Local contacts of the video conferencing endpoint.
    • AD/LDAP. Contacts from LDAP directories.
    • TrueConf Server. Contacts from TrueConf Server user’s address book (if the corresponding integration is configured).
    • TrueConf MCU. Contacts from TrueConf MCU user’s address book (if the corresponding integration is configured).
    • TrueConf Group. Other TrueConf Group video conferencing endpoints in the local network.
    • TrueConf NDI. NDI sources in the local network.
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 106
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 107

    Connection information

    Connection status of the video conferencing endpoint now appears in the lower-left corner of the screen.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 108

    If TrueConf Group is successfully connected, its IP address will be displayed, otherwise the “Network unavailable” message will appear.

    Working with presentations

    With TrueConf Group, users can share content during calls and conferences. The new version brings the Slideshow section to the main screen, allowing you to upload presentations before a conference starts or set up broadcasting from an external device.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 109
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 110

    Calendar

    In addition to the upcoming events on the main screen, TrueConf Group users can also check all past and future meetings for the selected period in the Calendar section.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 111
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 112

    Integration with TrueConf Calendar Connector

    In update 2.1, we’ve supported synchronizing calendar events with Microsoft® Exchange via TrueConf Server with configured integration with TrueConf Calendar Connector. Now all user conferences scheduled in Outlook and TrueConf Server are displayed on the endpoint in the meeting room marked TrueConf Server.

    Additionally, information about calendar events can now be received via SSH API.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 113

    Tablet control

    To control the endpoint in the meeting room, you can now use TrueConf Discovery application installed on a tablet. This app provides all the necessary features and its interface is optimized for touch controls

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 114

    TrueConf Discovery application is pre-installed on tablets from TrueConf Group kits. You can request the installation file from TrueConf technical support specialists.

    AI: Auto framing and face tracking

    We’ve added an auto framing algorithm which detects people and focuses on them, removing empty unnecessary space, therefore remote participants will be displayed within a single frame.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 115

    How to enable? Go to the Settings — Devices — Camera and activate the Auto framing and Face tracking options.

    Automatic transfer of content to an additional screen

    TrueConf Group users can use two screens simultaneously to automatically display different content on each of them. You can broadcast a conference to the main screen, and the second screen will display a presentation, your self-view, local video, or duplicate image from the main screen.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 116

    How to enable? The parameters of the second screen operation can be set in the Settings — Devices — Screen.

    Updated self-view window

    If the camera is disabled for the user of the video conferencing endpoint, a corresponding image is displayed on the main screen and during calls.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 117

    On the main TV screen, a notification “Control camera” or “Connect and configure camera” appears in the self-view, depending on whether the camera is connected to the endpoint.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 118
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 119

    Hiding the self-view

    In the layout settings, you can now configure displaying your self-view from the camera connected to the endpoint during a conference. It can be shown or not, or intelligently hidden — in this mode, your self-view will appear only while the PTZ camera is moving, making it easier to adjust the camera position.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 120

    Admin capabilities

    Control panel interface

    We’ve made significant changes to the control panel interface and the menu sections structure: a clear visual hierarchy and a minimalistic color palette will help you find necessary information and focus on work tasks.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 121

    Information section

    This section now displays information about the status of the system, network, software components, and the list of upcoming events. We have included everything you need for the operation and quick diagnosis of the video conferencing endpoint in this section.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 122

    Conference section

    In TrueConf Group 2.0, it has become easier to manage ongoing calls: the contact panel is now located on the right side of the screen, allowing you to quickly make a call or add participants to a conference. Just click the button to the right of the participant or drag them to the window with the list of participants.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 123
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 124

    Working with files

    In TrueConf Group 2.0, we’ve added a special Media files section for managing uploaded images, video files, and slideshows. A preview is generated for videos and images, which is displayed in the corresponding column.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 125

    PIN-protected settings access

    In order to increase security, administrators can restrict users’ access to the advanced settings of TrueConf Group video conferencing endpoint in the TV, web, and tablet interface using a PIN code.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 126
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 127

    How to set up a PIN code? Go to the Settings — Administration — Accesses — Advanced settings on the endpoint’s web control panel.

    In addition, the administrator of the video conferencing endpoint can restrict remote access to the web control panel in the corresponding section.

    Adapting the web dashboard for mobile devices

    It has become much more convenient to administer TrueConf Group from tablets and smartphones, and the web panel interface automatically adapts to screens with different resolutions and aspect ratios.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 128
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 129

    Notifications about the reason for unreturned calls

    If a user cannot be reached, the endpoint now displays a notification indicating the reason:

    • license restrictions
    • restriction on receiving calls only from the address book
    • acceptance of the second and subsequent calls
    • the user rejected the call
    • the user is busy
    • the “Do not disturb” status is enabled.
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 130
    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 131

    Video conferencing endpoint control via REST and gRPC API

    We’ve significantly expanded TrueConf Group management capabilities using API. Read more about TrueConf Group API in the documentation.

    TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More 132

    Advanced RS-232 port settings

    The endpoint administrator can now choose to assign an RS-232 port for camera control, for endpoint control via SSH (RS-232 API), or not use it at all. Additionally, in the Settings — RS-232 interfaces — Hardware section, you can not only select the port assignment, but also configure its operation parameters with greater flexibility.

    Other changes and improvements

    • Security updates for the first quarter of 2026
    • You can now join a conference using an https://link
    • We’ve added the ability to make calls to IP telephony using the #tel:, #sip:, and #h323: formats (if integrated with TrueConf Server)
    • The call duration is now calculated from the moment of connection after dialing
    • We’ve added input format hints for the port and address fields in SAP streaming settings
    • The Gateway input field in the network interface settings is now optional
    • Videos on external media are now sorted by folders with dates
    • Virtual rooms (conferences without a schedule) created on TrueConf Server have been removed from the cards of upcoming events
    • The quality of presentation sharing during a conference has been optimized
    • We’ve improved compatibility with some Cisco endpoints
    • The overall stability of the endpoint has been improved.

    For a complete list of updates, check our changelog.

    The post TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More appeared first on Video Conferencing Blog.

    ]]>
    10 Best Free Video Conferencing Tools with No Time Limit for 2026 https://trueconf.com/blog/reviews-comparisons/free-video-conferencing-tools Tue, 26 May 2026 10:36:19 +0000 https://trueconf.com/blog/?p=46107 Finding a video conferencing solution that does not cut meetings short after 40 minutes is harder than it sounds. Most mainstream tools offer free plans, but then quietly cap sessions at 40 or 60 minutes, forcing teams to restart calls, lose momentum, and eventually upgrade just to get uninterrupted communication. For small teams, startups, nonprofits, […]

    The post 10 Best Free Video Conferencing Tools with No Time Limit for 2026 appeared first on Video Conferencing Blog.

    ]]>
    Finding a video conferencing solution that does not cut meetings short after 40 minutes is harder than it sounds. Most mainstream tools offer free plans, but then quietly cap sessions at 40 or 60 minutes, forcing teams to restart calls, lose momentum, and eventually upgrade just to get uninterrupted communication. For small teams, startups, nonprofits, distributed workforces, and enterprises evaluating self-hosted alternatives, the time limit issue is a genuine operational problem, not just an inconvenience.

    This article covers the 10 best free video conferencing tools with no time limit for 2026, with detailed breakdowns of what the free tier actually includes, who each tool is best suited for, and where the real tradeoffs lie. TrueConf leads the list as the strongest enterprise-grade option with a free tier that supports up to 1,000 registered users with no session time limits, making it an outlier in a category where most vendors restrict free access to 3 to 10 participants.

    Why trust us?

    Every app we cover is selected, tested, and reviewed by human experts who follow strict editorial and evaluation guidelines. We focus on solutions that are practical, purpose-built, and capable of delivering real value for the specific use case or business context we’re analyzing — while also offering pricing that is fair and justifiable. Our methodology is transparent, straightforward, and available to everyone:

    Learn more about our review methodology here →

    Quick Comparison: Free Video Conferencing Tools with No Time Limit (2026)

    Tool

    Free Participant Limit

    Time Limit on Free Plan

    Deployment Options

    Best For

    TrueConf

    1,000 registered users

    No time limit

    On-premises, private cloud

    Enterprise, regulated industries, self-hosted

    Jitsi Meet

    Unlimited (server-dependent)

    No time limit

    Self-hosted, cloud instance

    Open-source teams, developers

    Google Meet

    100 participants

    No time limit (1:1 and group)

    Cloud only

    Google Workspace users

    Discord

    Unlimited voice, 25 video

    No time limit

    Cloud only

    Communities, gaming, informal teams

    Whereby

    100 (rooms up to 100)

    No time limit

    Cloud only

    Small teams, educators

    Zoho Meeting

    100 participants

    No time limit (limited features)

    Cloud only

    Zoho ecosystem users

    3CX

    25 participants

    No time limit

    Self-hosted, cloud

    SMBs, VoIP-integrated environments

    Rocket.Chat

    Team-size dependent

    No time limit

    Self-hosted

    Open-source, privacy-first teams

    BigBlueButton

    Unlimited (server-dependent)

    No time limit

    Self-hosted

    Education, online learning

    Signal

    50 participants (group video)

    No time limit

    Cloud, E2E encrypted

    High-security personal/small team calls

    What “No Time Limit” Actually Means in Practice

    Before diving into individual tools, it is worth clarifying what “no time limit” means in vendor marketing versus real-world usage.

    True no time limit means a session can run for hours without being disconnected or forced to restart. This is what TrueConf, Jitsi Meet, Google Meet (for 1:1 and group calls on free accounts), and BigBlueButton offer.

    Conditional no time limit means the session technically has no timer, but the free plan has other hard restrictions: participant caps, feature lockouts, or missing admin controls that make the tool impractical for professional use beyond a certain scale.

    Hidden time limits apply to tools like Zoom Free (40 minutes for group meetings) and Microsoft Teams Free (previously unlimited, but this has changed depending on the plan version). These tools are excluded from this list for that reason.

    1. TrueConf

    TrueConf is an enterprise-grade video conferencing and collaboration platform that offers a genuinely generous free tier: up to 1,000 registered users with no meeting time limits. This makes it one of the few solutions in this category where a mid-sized organization can deploy a fully functional video communication infrastructure at zero cost.

    TrueConf is available as an on-premises server, private cloud deployment, or cloud-based service, giving IT teams full control over where data resides. This is a decisive advantage for organizations in regulated industries such as healthcare, finance, government, and education.

    How Do Managed Video Conferencing Services Work?

    What the Free Plan Includes

    According to TrueConf’s pricing page, the free server license supports:

    The ability to host TrueConf Server on your own infrastructure means the organization retains complete ownership of all communication data. No third-party cloud provider stores meeting content, recordings, or participant metadata.

    Strengths

    • Largest free registered user count in this category (1,000 users)
    • Self-hosted and private cloud options give full data sovereignty
    • No time limit on any session type
    • Enterprise-ready admin panel and user management
    • Works across Windows, macOS, Linux, iOS, Android, and browser
    • Supports H.323 and SIP for interoperability with existing video infrastructure
    • Active Directory and LDAP integration available
    • End-to-end encryption by default

    Limitations

    • Advanced features like webinar hosting for large audiences or additional concurrent conferences may require paid licenses
    • Best suited for organizations with an IT team capable of managing on-premises infrastructure

    Best For

    Organizations that need a scalable, secure, self-hosted video conferencing environment without a per-user licensing cost. Particularly strong for government agencies, defense contractors, healthcare institutions, financial services firms, and education networks.

    Try TrueConf Server Free!

    • 1,000 online users with the ability to chats and mske one-on-one video calls.
    • 10 PRO users with the ability to participate in group video conferences.
    • One SIP/H.323/RTSP connection for interoperability with corporate PBX and SIP/H.323 endpoints.
    • One guest connection to invite a non-authenticated user via link to your meetings.


    Learn more

    Content Sharing in High Quality

    2. Jitsi Meet

    Jitsi Meet is an open-source video conferencing platform developed by 8×8. It can be used through the public instance at meet.jit.si or self-hosted on your own server. The public instance has no registration requirement, no time limit, and no hard participant cap (though performance degrades significantly past 30 to 35 participants without server optimization).

    Jitsi Meet

    What the Free Plan Includes

    • Unlimited meeting duration
    • No registration required to create or join a meeting
    • Screen sharing
    • Chat during meetings
    • Lobby and password-protection for rooms
    • Recording via Dropbox integration (on the public instance)
    • Fully open source under Apache 2.0 license

    Strengths

    • Truly free with no vendor lock-in
    • Open source: auditable codebase
    • Self-hosted deployments can scale to larger participant numbers
    • No accounts needed for participants

    Limitations

    • Public instance performance is not guaranteed
    • No built-in user management or persistent user accounts
    • Limited enterprise admin controls out of the box
    • Recording on the public instance requires Dropbox

    Best For

    Developers, open-source communities, small teams that need quick no-signup video calls, and organizations that want to self-host a free conferencing solution without commercial dependencies.

    Compare TrueConf with Jitsi!


    Compare

    3. Google Meet

    Google Meet offers unlimited 1:1 calls and group video calls with up to 100 participants for free Google accounts with no time limits. This changed in 2023 when Google removed the 60-minute cap that had been imposed on group meetings for free accounts.

    Google Meet

    What the Free Plan Includes

    • Up to 100 participants
    • No time limit on group or 1:1 calls
    • Screen sharing
    • Live captions (English)
    • Background blur and virtual backgrounds
    • Integration with Google Calendar and Gmail
    • Works entirely in the browser (no app required)

    Strengths

    • Zero setup required: works immediately with any Google account
    • High reliability and Google’s global CDN infrastructure
    • Native integration with Google Workspace apps

    Limitations

    • Cloud-only: no self-hosted option
    • No meeting recordings on the free plan
    • No breakout rooms, polls, or Q&A on the free tier
    • All data resides on Google’s infrastructure (GDPR and data sovereignty concerns for some regions)
    • No admin controls for domain-level management on free accounts

    Best For

    Individual users, educators, freelancers, and small teams already in the Google ecosystem who need reliable free video calls without time restrictions.

    Compare TrueConf with Google Meet!


    Compare

    4. Discord

    Discord is primarily known as a community platform but includes persistent voice and video channels with no time limits and no meeting cap for voice. Video calls support up to 25 simultaneous video streams on free accounts, with unlimited participants in voice-only mode.

    Discord

    What the Free Plan Includes

    • Unlimited voice channel sessions with no time limit
    • Up to 25 video streams in a single call
    • Screen sharing (720p on free)
    • Text chat, file sharing, and community channels
    • Server-based organization with roles and permissions

    Strengths

    Limitations

    • Not designed for formal business meetings or enterprise use
    • No meeting agenda, scheduling integration, or calendar tools
    • Screen sharing quality capped at 720p/30fps on free plan
    • Limited admin controls for compliance or data governance
    • No end-to-end encryption for video calls

    Best For

    Remote communities, developer teams, gaming groups, and informal internal communication for startups or creative agencies.

    5. Whereby

    Whereby offers browser-based video conferencing with no downloads required and no time limits on meetings. The free plan supports one meeting room with up to 100 participants.

    Whereby

    What the Free Plan Includes

    • 1 permanent room
    • Up to 100 participants
    • No time limit
    • Screen sharing
    • Browser-based (no app or account needed for guests)
    • Basic room customization (custom room URL)

    Strengths

    • Extremely simple setup: share a link, anyone joins
    • Permanent room URL means no scheduling friction
    • Clean, minimalist interface

    Limitations

    • Only 1 room on the free plan
    • No recording on free tier
    • No admin panel or user management
    • Limited integration options without paid plan
    • Not suitable for organizations needing multiple rooms or team-wide deployment

    Best For

    Freelancers, consultants, educators, and small team leads who need a single reliable meeting room with no time limit and no setup overhead.

    6. Zoho Meeting

    Zoho Meeting offers a free plan with no time limit for meetings with up to 100 participants. It integrates tightly with Zoho’s suite of business applications and provides basic webinar functionality even on entry-level plans.

    Zoho Meeting

    What the Free Plan Includes

    • Up to 100 participants per meeting
    • No time limit on meetings
    • Screen sharing
    • Chat during meetings
    • Integration with Zoho Calendar and CRM
    • Browser-based access for participants

    Strengths

    • Part of the broader Zoho ecosystem (CRM, projects, mail)
    • Clean, professional interface suited for business use
    • Basic webinar capabilities even at low tiers

    Limitations

    • Recording not available on the free plan
    • Limited to Zoho’s cloud infrastructure
    • Fewer collaboration features compared to dedicated conferencing platforms
    • Free plan has limited meeting management options

    Best For

    Businesses already using Zoho CRM or Zoho Workplace who want integrated video conferencing without additional tooling costs.

    7. 3CX

    3CX is a unified communications platform that includes video conferencing as part of its PBX system. The free plan supports up to 25 participants per meeting with no time limit and includes both cloud-hosted and self-hosted deployment options.

    3CX

    What the Free Plan Includes

    • Up to 25 participants
    • No time limit
    • Screen sharing
    • Web conferencing via browser
    • Integration with existing telephony (VoIP, SIP)
    • Basic admin panel

    Strengths

    • Combines video conferencing with phone system, live chat, and messaging
    • Self-hosted option available
    • Strong VoIP and telephony integration
    • Good fit for small to mid-size businesses with existing phone infrastructure

    Limitations

    • Primarily a PBX product; video conferencing is a secondary feature
    • Setup complexity is higher than dedicated conferencing tools
    • Limited video-specific features (no virtual backgrounds, limited collaboration tools)

    Best For

    SMBs that need to consolidate video conferencing with their phone system and want a single platform for all voice and video communication.

    8. Rocket.Chat

    Rocket.Chat is an open-source team messaging and collaboration platform that includes video conferencing via Jitsi Meet integration or BigBlueButton. The self-hosted version is free with no participant or time limits, determined only by server capacity.

    Rocket.Chat — best for teams with high data protection standards

    What the Free Plan Includes

    • Unlimited users on self-hosted deployment
    • No time limit on calls
    • Video via embedded Jitsi or BigBlueButton
    • Team channels, direct messages, and threads
    • File sharing, screen sharing
    • Full admin control over the environment
    • Marketplace integrations

    Strengths

    • Fully open source with no user count fees
    • Complete data control on self-hosted infrastructure
    • Flexible integration with multiple video backends
    • Active development community

    Limitations

    • Video conferencing is not native; relies on third-party integration
    • Self-hosting requires server administration capability
    • Cloud-hosted version has user limits on the free tier
    • Video quality and features depend on the integrated tool

    Best For

    Privacy-focused organizations, development teams, and enterprises that want an open-source alternative to Slack or Microsoft Teams with integrated (if third-party) video capabilities.

    Compare TrueConf with Rocket.Chat!


    Compare

    9. BigBlueButton

    BigBlueButton is an open-source web conferencing system built specifically for education and online learning. It runs entirely on self-hosted infrastructure with no participant or time limits beyond server capacity.

    BigBlueButton

    What the Free Plan Includes

    • Unlimited participants (server-dependent)
    • No time limit
    • Whiteboard and annotation tools
    • Breakout rooms
    • Polling
    • Shared notes
    • Recording (on self-hosted instances)
    • Learning Management System (LMS) integrations (Moodle, Canvas, Sakai)

    Strengths

    • Purpose-built for education with strong pedagogical features
    • Breakout rooms and polls available at no cost
    • LMS integration out of the box
    • Fully open source and auditable

    Limitations

    • Significant server resources required for good performance
    • Not suited for corporate or enterprise use cases
    • Setup and maintenance require technical expertise
    • UI is functional but not modern compared to commercial tools

    Best For

    Universities, schools, online course platforms, and eLearning providers that need a fully featured, time-unlimited conferencing system without licensing costs.

    Compare TrueConf with BigBlueButton!


    Compare

    10. Signal

    Signal is primarily an end-to-end encrypted messaging app, but it supports group video calls for up to 50 participants with no time limit and no cost. It is not a business conferencing tool, but for teams where privacy and encryption are the primary requirement, it is a legitimate option.

    Signal

    What the Free Plan Includes

    • Group video calls up to 50 participants
    • No time limit
    • End-to-end encryption by default for all calls and messages
    • Screen sharing
    • Text messaging, file sharing
    • No ads, no data collection, no account required beyond a phone number

    Strengths

    • Best-in-class encryption for video calls
    • No data collection or monetization of user data
    • Free with no tier restrictions
    • Cross-platform (iOS, Android, Windows, macOS, Linux)

    Limitations

    • Requires a phone number to register
    • No meeting scheduling, calendar integration, or admin controls
    • Not suitable for large organizations or structured meeting workflows
    • No recording capability

    Best For

    Journalists, legal professionals, security researchers, healthcare workers, and small teams where end-to-end encryption and privacy are the top priority.

    Key Differences: Cloud-Only vs. Self-Hosted Free Tools

    One of the most important distinctions in this category is between cloud-only free tools and self-hosted free tools. The table below compares the two approaches across dimensions that matter most to enterprise and regulated-industry buyers.

    Dimension

    Cloud-Only Free (Google Meet, Whereby, Discord)

    Self-Hosted Free (TrueConf, Jitsi, BigBlueButton)

    Data location

    Vendor’s servers

    Your servers / your cloud

    GDPR / compliance

    Vendor-managed

    Organization-managed

    Admin control

    Limited

    Full

    Customization

    Minimal

    Extensive

    IT requirement

    None

    Moderate to high

    Vendor dependency

    High

    Low

    Scalability ceiling

    Vendor plan limits

    Server capacity

    Cost at scale

    Paid upgrade required

    Infrastructure cost only

    Uptime control

    Vendor SLA

    Your SLA

    For teams that simply need a quick video call with no time limit and no IT overhead, cloud-only tools like Google Meet or Whereby are the practical choice. For organizations where data governance, user management at scale, and long-term cost control matter, self-hosted tools led by TrueConf represent a fundamentally different value proposition.

    FAQ

    What is the best free video conferencing tool with no time limit for enterprises in 2026?

    TrueConf is the strongest enterprise-grade option in this category. Its free server license supports up to 1,000 registered users with no meeting time limits and can be deployed on-premises or in a private cloud. This combination of scale, self-hosted control, and zero time restrictions is unmatched among free-tier conferencing tools.

    Does TrueConf really have no time limit on its free plan?

    Yes. TrueConf’s free server license places no time limit on meetings or calls. Sessions can run indefinitely, and the 1,000-user free tier applies to a self-hosted TrueConf Server deployment. There is no meeting clock or forced disconnection on the free plan.

    Which free video conferencing tools allow self-hosting?

    TrueConf, Jitsi Meet, BigBlueButton, and Rocket.Chat all offer self-hosted free options. TrueConf stands out because it combines self-hosting with a structured enterprise feature set, user management, Active Directory integration, and support for H.323 and SIP interoperability, which the other open-source options do not provide out of the box.

    Is Google Meet really unlimited for free users in 2026?

    Google Meet does not impose a time limit on group or 1:1 video calls for free Google account holders. However, it is a cloud-only service, meaning all data passes through Google’s infrastructure. For organizations with data sovereignty or compliance requirements, TrueConf’s self-hosted deployment offers a more controlled alternative.

    What is the maximum number of participants allowed on free plans with no time limit?

    This varies significantly by tool. TrueConf supports up to 1,000 registered users on the free server license. Google Meet supports 100 participants per call. Signal supports 50. Jitsi Meet and BigBlueButton have no hard cap but performance is server-dependent. For large-scale deployments, TrueConf’s 1,000-user free tier is the most scalable structured option.

    Are free video conferencing tools secure enough for regulated industries?

    It depends entirely on the tool and its deployment model. Cloud-only free tools generally do not meet the data residency and audit logging requirements of healthcare, finance, or government sectors. TrueConf’s on-premises free deployment gives organizations full control over encryption, data storage, access logs, and network isolation, making it suitable for regulated environments even at the free tier.

    Can I switch from a cloud-only tool to a self-hosted solution without disrupting users?

    Migration is possible but requires planning. Moving from Google Meet or Zoom to a self-hosted solution like TrueConf involves server provisioning, user onboarding, and client app deployment. TrueConf supports LDAP and Active Directory integration, which simplifies user migration from existing directory services. The transition timeline depends on IT team capacity and the number of users involved, but the long-term benefits in data control and scalability typically justify the effort for organizations at the 50-user threshold or above.

    About the Author
    Olga Afonina is a technology writer and industry expert specializing in video conferencing solutions and collaboration software. At TrueConf, she focuses on exploring the latest trends in collaboration technologies and providing businesses with practical insights into effective workplace communication. Drawing on her background in content development and industry research, Olga writes articles and reviews that help readers better understand the benefits of enterprise-grade communication.

    Connect with Olga on LinkedIn


    The post 10 Best Free Video Conferencing Tools with No Time Limit for 2026 appeared first on Video Conferencing Blog.

    ]]>