'empty', 'courseId' => api_get_course_int_id(), 'userId' => api_get_user_id(), 'sessionId' => api_get_session_id(), ]; $hashUrl = $this->jwtManager->getHash($data); return api_get_path(WEB_PLUGIN_PATH).'onlyoffice/callback.php?hash='.$hashUrl; } }