diff --git a/lib/BigBlueButton/API.php b/lib/BigBlueButton/API.php index 1b5645c..5d9d580 100644 --- a/lib/BigBlueButton/API.php +++ b/lib/BigBlueButton/API.php @@ -131,7 +131,7 @@ class API { } if (!$response->success()) { - throw new \Exception('Can not create meeting'); + throw new \Exception('Can not create meeting: ' . $response->getMessage()); } if ($response->getMessageKey() !== 'duplicateWarning') {