• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_chat.php
  • Класс: CIMChat
  • Вызов: CIMChat::getNextConferenceDefaultTitle
static function getNextConferenceDefaultTitle()
{
	$counter = CGlobalCounter::GetValue('im_videoconf_count', CGlobalCounter::ALL_SITES) + 1;

	return GetMessage('IM_VIDEOCONF_NAME_FORMAT_NEW', [
		'#NUMBER#' => $counter
	]);
}