@@ -67,26 +67,27 @@ protected function createRealMeeting($bbb)
6767 protected function generateCreateParams ()
6868 {
6969 return [
70- 'meetingName ' => $ this ->faker ->name ,
71- 'meetingId ' => $ this ->faker ->uuid ,
72- 'attendeePassword ' => $ this ->faker ->password ,
73- 'moderatorPassword ' => $ this ->faker ->password ,
74- 'autoStartRecording ' => $ this ->faker ->boolean (50 ),
75- 'dialNumber ' => $ this ->faker ->phoneNumber ,
76- 'voiceBridge ' => $ this ->faker ->randomNumber (5 ),
77- 'webVoice ' => $ this ->faker ->word ,
78- 'logoutUrl ' => $ this ->faker ->url ,
79- 'maxParticipants ' => $ this ->faker ->numberBetween (2 , 100 ),
80- 'record ' => $ this ->faker ->boolean (50 ),
81- 'duration ' => $ this ->faker ->numberBetween (0 , 6000 ),
82- 'welcomeMessage ' => $ this ->faker ->sentence ,
83- 'allowStartStopRecording ' => $ this ->faker ->boolean (50 ),
84- 'moderatorOnlyMessage ' => $ this ->faker ->sentence ,
85- 'meta_presenter ' => $ this ->faker ->name ,
86- 'webcamsOnlyForModerator ' => $ this ->faker ->boolean (50 ),
87- 'logo ' => $ this ->faker ->imageUrl (330 , 70 ),
88- 'copyright ' => $ this ->faker ->text ,
89- 'muteOnStart ' => $ this ->faker ->boolean (50 ),
70+ 'meetingName ' => $ this ->faker ->name ,
71+ 'meetingId ' => $ this ->faker ->uuid ,
72+ 'attendeePassword ' => $ this ->faker ->password ,
73+ 'moderatorPassword ' => $ this ->faker ->password ,
74+ 'autoStartRecording ' => $ this ->faker ->boolean (50 ),
75+ 'dialNumber ' => $ this ->faker ->phoneNumber ,
76+ 'voiceBridge ' => $ this ->faker ->randomNumber (5 ),
77+ 'webVoice ' => $ this ->faker ->word ,
78+ 'logoutUrl ' => $ this ->faker ->url ,
79+ 'maxParticipants ' => $ this ->faker ->numberBetween (2 , 100 ),
80+ 'record ' => $ this ->faker ->boolean (50 ),
81+ 'duration ' => $ this ->faker ->numberBetween (0 , 6000 ),
82+ 'welcomeMessage ' => $ this ->faker ->sentence ,
83+ 'allowStartStopRecording ' => $ this ->faker ->boolean (50 ),
84+ 'moderatorOnlyMessage ' => $ this ->faker ->sentence ,
85+ 'webcamsOnlyForModerator ' => $ this ->faker ->boolean (50 ),
86+ 'logo ' => $ this ->faker ->imageUrl (330 , 70 ),
87+ 'copyright ' => $ this ->faker ->text ,
88+ 'muteOnStart ' => $ this ->faker ->boolean (50 ),
89+ 'meta_presenter ' => $ this ->faker ->name ,
90+ 'meta_endCallbackUrl ' => $ this ->faker ->url
9091 ];
9192 }
9293
@@ -104,7 +105,7 @@ protected function getCreateMock($params)
104105 setDuration ($ params ['duration ' ])->setWelcomeMessage ($ params ['welcomeMessage ' ])->setAutoStartRecording ($ params ['autoStartRecording ' ])->
105106 setAllowStartStopRecording ($ params ['allowStartStopRecording ' ])->setModeratorOnlyMessage ($ params ['moderatorOnlyMessage ' ])->
106107 setWebcamsOnlyForModerator ($ params ['webcamsOnlyForModerator ' ])->setLogo ($ params ['logo ' ])->setCopyright ($ params ['copyright ' ])->
107- setMuteOnStart ($ params ['muteOnStart ' ])->addMeta ('presenter ' , $ params ['meta_presenter ' ]);
108+ setEndCallbackUrl ( $ params [ ' meta_endCallbackUrl ' ])-> setMuteOnStart ($ params ['muteOnStart ' ])->addMeta ('presenter ' , $ params ['meta_presenter ' ]);
108109
109110 return $ createMeetingParams ;
110111 }
0 commit comments