spreed/lib/Events/ACallEndedForEveryoneEvent.php
Joas Schilling 2a38a527d2
fix(calls): Explicitly end the call so we can notify the remote
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 23:07:28 +02:00

12 lines
259 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Talk\Events;
abstract class ACallEndedForEveryoneEvent extends ACallEndedEvent {
}