diff --git a/lib/Service/ParticipantService.php b/lib/Service/ParticipantService.php index bdd17f4a670a..5a38bc4410e7 100644 --- a/lib/Service/ParticipantService.php +++ b/lib/Service/ParticipantService.php @@ -1265,7 +1265,7 @@ public function startDialOutRequest(SIPDialOutService $dialOutService, Room $roo throw new \InvalidArgumentException('backend'); } - if ($dialOutResponse->dialOut->error->message) { + if ($dialOutResponse->dialOut->error?->message) { throw new DialOutFailedException( $dialOutResponse->dialOut->error->code, $dialOutResponse->dialOut->error->message,