'recording_ready', 'title' => 'Recording ready', 'body' => 'Recording for '.$this->recording->session->room->title.' is ready.', 'url' => route('meet.recordings.show', $this->recording), 'recording_uuid' => $this->recording->uuid, ]; } }