spreed/lib/Exceptions/LiveTranscriptionAppAPIException.php
Daniel Calviño Sánchez 2ce8e7d1b7 feat: Add capability for live transcriptions in calls
Live transcriptions is an optional feature that is only available if the
external app "live_transcription" is available.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-29 11:33:59 +02:00

12 lines
255 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Talk\Exceptions;
class LiveTranscriptionAppAPIException extends \Exception {
}