1 Star 0 Fork 19

MichaelFeng/OkEDU-Classroom-Desktop

forked from HNCS/OkEDU-Classroom-Desktop
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
r.h 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
HNCS 提交于 2023-05-01 18:47 . RTC:重构音视频
#pragma once
// #define GIT_VERSION "unkown"
// #define GIT_DESCRIBE "OkEDU-Classroom-Desktop"
#define ORGANIZATION_NAME "HNCS"
#define ORGANIZATION_DOMAIN "www.chuanshaninfo.com"
#define APPLICATION_ID "com.chuanshaninfo.okedu-classroom-desktop"
#define APPLICATION_NAME "OkEDU-Classroom-Desktop"
#define MAJOR_VERSION "2019"
#define MINOR_VERSION "1"
#define VERSION_SERIAL "10000"
#define LOGIN_WINDOW_WIDTH 1024
#define LOGIN_WINDOW_HEIGHT 520
//#define MAIN_WIDTH 1440
//#define MAIN_HEIGHT 860
//#define TOP_BAR_HEIGHT 60
//#define MENU_BAR_WIDTH 80
#define VIDEO_WIDGET_HEIGHT 170
#define IM_WIDTH 400
#define IM_MARGIN 10
#define IM_VIEW_HEIGHT 400
#define WHITEBOARD_WIDTH 1030
#define MATERIAL_VIEWPORT_WIDTH 1200
#define MATERIAL_VIEWPORT_HEIGHT 560
#define DEFAULT_BG_COLOR "#EFEFEF"
#define PAGE_HEADER_HEIGHT 60
#define SETTING_VIEW_WIDTH 850
// 登录地址
#define LOGIN_URL "https://meet.chuanshaninfo.com/api/ua/passport/login"
#define BACKEND_BASE_URL "https://meet.chuanshaninfo.com/api/classroom/v1"
// #define LOGIN_URL "http://localhost:3210/api/ua/passport/login"
// #define BACKEND_BASE_URL "http://localhost:3210/api/classroom/v1"
#define XMPP_SERVER_HOST "meet.chuanshaninfo.com"
#define XMPP_SERVER_PORT_HTTPS 443
#define XMPP_SERVER_PORT_SCOKET 5280
#define XMPP_FOCUS_NAME "focus"
#define XMPP_CONFERENCE_FOCUS "focus.meet.chuanshaninfo.com"
#define XMPP_CONF_SERVER_HOST "conference.meet.chuanshaninfo.com"
#define XMPP_PUBSUB_SERVICE "pubsub.meet.chuanshaninfo.com"
#define FILE_PROFILE_EXT ".profile"
#define FILE_INIT_EXT ".ini"
#define STUN_SERVER_URIS "stun:chuanshaninfo.com:3478,turn:chuanshaninfo.com:3478"
#define STUN_SERVER_USERNAME "gaojie"
#define STUN_SERVER_PASSWORD "hncs"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/michael_fengjun/ok-edu-classroom-desktop.git
git@gitee.com:michael_fengjun/ok-edu-classroom-desktop.git
michael_fengjun
ok-edu-classroom-desktop
OkEDU-Classroom-Desktop
master

搜索帮助