'meeting_invitation', 'title' => 'Meeting invitation', 'body' => $this->host->name.' invited you to '.$this->room->title, 'url' => $this->room->joinUrl(), 'room_uuid' => $this->room->uuid, ]; } }