Setting up Bitrix24 video call recording

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1175
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    747
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

Video Call Recording Configuration in Bitrix24

Video calls in Bitrix24 work through the built-in video conference module. Call recording is needed to monitor call quality, train new managers, and resolve disputes with clients.

Where video call recording works

Bitrix24 supports two types of video communications:

Type Tool Recording
Internal video calls Bitrix24 Chats (WebRTC) Manual recording by participant
Video conferences Conference module Recording by organizer
Phone calls Telephony module Recorded as audio

Full-featured recording with storage in Bitrix24 cloud is available for video conferences (Bitrix24 Conferences). Internal P2P video calls between employees are recorded only through the browser's built-in function or third-party utilities.

Video conference recording setup

Recording is available to the conference organizer. Settings:

Section: Video Calls → Conferences → Create/Configure.

When creating a conference, enable the "Allow Recording" option. During a call, the organizer clicks the "Record" button — all participants receive a notification about the start of recording (this is a legal requirement).

After the conference ends, the recording is saved to Bitrix24 cloud storage (Drive). Recording access is through the "Drive" section → "Conference Recordings" folder.

Plan requirements

Video conference recording is available on paid Bitrix24 plans. On basic plans, recording may be limited by duration or quantity.

For Bitrix24 cloud version, check availability: Settings → Plans → Functionality.

Recording storage

Recordings take up significant space in cloud storage. One hour of video recording in HD quality is approximately 1-2 GB.

Storage management:

  • Auto-deletion of old recordings — configured through storage policies (if available on the plan).
  • Upload to external server — through Disk API (disk.file.get, disk.file.download) you can automatically download recordings to your own storage.

Script for automatic upload of recordings to external server:

// Get list of files from recordings folder
$result = \Bitrix\Bitrix24\Call\*; // via REST API
// disk.folder.getchildren for recordings folder
// disk.file.download to download each file

Phone call recording

Audio recording of telephone calls (incoming and outgoing) is a separate function of the telephony module. Configured in:

CRM → Telephony → Settings → Call Recording → Enable.

Recordings are stored in CRM and linked to activities in contact and deal cards. You can listen to the recording directly from the CRM card.

Audio recording retention period is configurable: default 3 months, can be changed in telephony settings. With large call volumes, storage grows quickly — it's important to monitor limits.

On-premise version: specifics

On on-premise Bitrix24, video call recording depends on server settings. If integration with Zoom or other video services is used, recording is configured on their side. For internal Bitrix24 conferences, recordings are stored on the server disk, not in the cloud.

Enabling video call recording on a ready-made portal — 1-2 hours including plan verification and test recording.