mirror of https://github.com/sualko/cloud_bbb
7 lines
91 B
PHP
7 lines
91 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\BigBlueButton\Event;
|
||
|
|
||
|
class RecordingReadyEvent extends RoomEvent {
|
||
|
}
|