CreateMeetingParameters() not found
i use the sample code but this method not found... sample code
`use BigBlueButton/BigBlueButton;
$bbb = new BigBlueButton(); $createMeetingParams = new CreateMeetingParameters('bbb-meeting-uid-65', 'BigBlueButton API Meeting'); $response = $bbb->createMeeting($createMeetingParams);
echo "Created Meeting with ID: " . $response->getMeetingId(); `
error
"message": "Class \"App\\Services\\BigBlueButton\\CreateMeetingParameters\" not found", "exception": "Error", "file": "/home/alirezadev/Desktop/BPMS/app/Services/BigBlueButton/BBBService.php", "line": 15,
In addition to use use BigBlueButton/BigBlueButton , you should also use use BigBlueButton\Parameters\CreateMeetingParameters