添加Chat处理逻辑

This commit is contained in:
2024-12-06 10:57:31 +08:00
parent cc7a65e016
commit 76e7bbb84a
6 changed files with 85 additions and 44 deletions

View File

@@ -31,5 +31,11 @@ object ConstVars {
const val DICT_KEY_PRIVATE_POLICY_URL = "private_policy"
// 重置邮箱间隔
const val DIC_KEY_RESET_EMAIL_INTERVAL = "send_reset_password_timeout"
// 开启google登录
const val DICT_KEY_ENABLE_GOOGLE_LOGIN = "enable_google_login"
// google登录clientid
const val DICT_KEY_GOOGLE_LOGIN_CLIENT_ID = "google_login_client_id"
// trtc功能开启
const val DICT_KEY_ENABLE_TRTC = "enable_chat"
}