'meeting_reminder', 'title' => 'Meeting reminder', 'body' => $this->room->title.' starts soon.', 'url' => route('meet.rooms.show', $this->room), 'room_uuid' => $this->room->uuid, ]; } }