set_room_users_id($users_id); $chat->set_live_transmitions_history_id($latest['id']); $chat->set_iframe(1); $chat->set_noFade(1); $chat->set_bubblesOnly(1); $chat->set_addChatTextBox(1); $chat->set_doNotAllowUsersSendMessagesToEachOther(1); $chat->set_hideBubbleButtons(1); $iframeURL = $chat->getURL(true); $html = ''; //include "{$global['systemRootPath']}plugin/Chat2/index.php"; //return false; } if (AVideoPlugin::isEnabledByName('LiveUsers')) { $html .= getLiveUsersLabelHTML(); //$html .= '
'.getLiveUsersLabelLive($livet['key'], $livet['live_servers_id']).'
'; //$html .= '
'.getLiveUsersLabelLive($lt['key'], $lt['live_servers_id']).'
'; //$html .= getIncludeFileContent($global['systemRootPath'] . 'plugin/Live/view/menuRight.php'); //var_dump($lt);exit; } if (AVideoPlugin::isEnabledByName('SendRecordedToEncoder')) { $html .= ''; $html .= getIncludeFileContent($global['systemRootPath'] . 'plugin/SendRecordedToEncoder/actionButtonLive.php'); $html .= ''; } } } else { header("Location: {$global['webSiteRootURL']}plugin/MobileManager/loginPage.php"); exit; } ?>