• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/integration/zoom/recording.php
  • Класс: BitrixSocialServicesIntegrationZoomRecording
  • Вызов: Recording::getRecordingLength
static function getRecordingLength(DateTime $startDate, DateTime $endDate): int
{
	return $endDate->getTimestamp() - $startDate->getTimestamp();
}