15 $chatId = (int)($parameters[
'chatId'] ?? 0);
18 $site = Site::getInstance();
20 return $site->getDirectory() .
'online/?IM_DIALOG=chat' . $chatId;
23 $collab = CollabRegistry::getInstance()->get($collabId);
29 return static::getCollabUrl($collab);