mirror of
https://github.com/sualko/cloud_bbb.git
synced 2026-05-13 22:00:34 +02:00
6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
|
|
namespace OCA\BigBlueButton\Event;
|
|
|
|
class RecordingReadyEvent extends RoomEvent {
|
|
}
|