File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ protected function generateCreateParams()
185185 'meta_presenter ' => $ this ->faker ->name ,
186186 'meta_endCallbackUrl ' => $ this ->faker ->url ,
187187 'meta_bbb-recording-ready-url ' => $ this ->faker ->url ,
188+ 'notifyRecordingIsOn ' => $ this ->faker ->boolean (50 ),
189+ 'uploadExternalUrl ' => $ this ->faker ->url ,
190+ 'uploadExternalDescription ' => $ this ->faker ->text ,
188191 ];
189192 }
190193
@@ -281,7 +284,10 @@ protected function getCreateMock($params)
281284 ->setPreUploadedPresentationOverrideDefault ($ params ['preUploadedPresentationOverrideDefault ' ])
282285 ->setDisabledFeatures ($ params ['disabledFeatures ' ])
283286 ->addMeta ('presenter ' , $ params ['meta_presenter ' ])
284- ->addMeta ('bbb-recording-ready-url ' , $ params ['meta_bbb-recording-ready-url ' ])
287+ ->addMeta ('bbb-recording-ready-url ' , $ params ['meta_bbb-recording-ready-url ' ])
288+ ->setNotifyRecordingIsOn ($ params ['notifyRecordingIsOn ' ])
289+ ->setUploadExternalUrl ($ params ['uploadExternalUrl ' ])
290+ ->setUploadExternalDescription ($ params ['uploadExternalDescription ' ])
285291 ;
286292 }
287293
You can’t perform that action at this time.
0 commit comments