spreed/lib/Events/CallStartedEvent.php
Joas Schilling 1c673cd896
fix(calls): Make starting a call an explicit event
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-31 23:06:55 +02:00

12 lines
242 B
PHP

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