Skip to content

Commit

Permalink
Support 'shengwang.cn' domain
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-hz committed Dec 12, 2023
1 parent 18214e0 commit 9c9d144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Flat/EnvConfigs/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

API_URL = flat-api.whiteboard.agora.io
FLAT_WEB_BASE_URL = flat-web.whiteboard.agora.io
API_URL = api.flat.shengwang.cn
FLAT_WEB_BASE_URL = web.flat.shengwang.cn
GITHUB_CLIENT_ID = 71a29285a437998bdfe0
GOOGLE_CLIENT_ID = 273996094508-2rpraucen77a1o5dul5ftrua5k3og157.apps.googleusercontent.com
WECHAT_APP_ID = wx09437693798bc108
Expand All @@ -29,7 +29,7 @@ APP_UPDATE_SOURCE = flat-storage.oss-cn-hangzhou.aliyuncs.com/versions/latest/st
FORCE_BIND_PHONE = 1
PREFER_PHONE_ACCOUNT = 1
DISABLE_LOGIN_TYPES = google
SERVER_GROUP = [{"classroomInviteCode": 1, "apiURL": "flat-api.whiteboard.agora.io", "classroomUUIDPrefix": "CN-"},{"classroomInviteCode": 2, "apiURL": "api.flat.agora.io", "classroomUUIDPrefix": "SG-"}]
SERVER_GROUP = [{"classroomInviteCode": 1, "apiURL": "api.flat.shengwang.cn", "classroomUUIDPrefix": "CN-"},{"classroomInviteCode": 2, "apiURL": "api.flat.agora.io", "classroomUUIDPrefix": "SG-"}]
PHOTOS_ACCESS_ALERT = 访问相册用于上传课件或更新头像
MIC_ACCESS_ALERT = 需要使用麦克风进行语音通话
CAMERA_ACCESS_ALERT = 需要使用相机来进行视频通话
2 changes: 2 additions & 0 deletions Flat/FlatRelease.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<array>
<string>applinks:flat-api.whiteboard.agora.io</string>
<string>applinks:flat-web.whiteboard.agora.io</string>
<string>applinks:api.flat.shengwang.cn</string>
<string>applinks:web.flat.shengwang.cn</string>
</array>
</dict>
</plist>

0 comments on commit 9c9d144

Please sign in to comment.