|
@@ -5,16 +5,10 @@ |
|
|
block discarded – undo |
|
5
|
5
|
|
|
6
|
6
|
|
|
7
|
7
|
use BigBlueButton\Parameters\CreateMeetingParameters; |
|
8
|
|
-use BigBlueButton\Parameters\DeleteRecordingsParameters; |
|
9
|
8
|
use BigBlueButton\Parameters\EndMeetingParameters; |
|
10
|
9
|
use BigBlueButton\Parameters\GetMeetingInfoParameters; |
|
11
|
|
-use BigBlueButton\Parameters\GetRecordingsParameters; |
|
12
|
|
-use BigBlueButton\Parameters\HooksCreateParameters; |
|
13
|
|
-use BigBlueButton\Parameters\HooksDestroyParameters; |
|
14
|
10
|
use BigBlueButton\Parameters\IsMeetingRunningParameters; |
|
15
|
11
|
use BigBlueButton\Parameters\JoinMeetingParameters; |
|
16
|
|
-use BigBlueButton\Parameters\PublishRecordingsParameters; |
|
17
|
|
-use BigBlueButton\Parameters\SetConfigXMLParameters; |
|
18
|
12
|
use Illuminate\Support\Str; |
|
19
|
13
|
|
|
20
|
14
|
trait initMeeting |
Please login to merge, or discard this patch.