聊天室修改视频会议

This commit is contained in:
2025-12-27 13:23:07 +08:00
parent 0f985ae8e8
commit 7c6fbc5ebe
14 changed files with 685 additions and 43 deletions

View File

@@ -36,10 +36,26 @@
{
"path": "pages/meeting/Meeting",
"style": {
"navigationStyle": "custom"
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/meeting/MeetingCreate",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "创建会议"
}
}
],
"permission": {
"scope.camera": {
"desc": "用于拍摄/视频通话等功能"
},
"scope.record": {
"desc": "用于录制音频/语音通话等功能"
}
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "泰豪小电",