视频连线

This commit is contained in:
duoaohui
2026-05-26 22:54:55 +08:00
parent 601366d2a8
commit f13a2e51ec
4 changed files with 3 additions and 19 deletions

View File

@@ -249,8 +249,7 @@ func (ctl *MeetingController) CloudLawCreateMeeting(c *gin.Context) {
return
}
room, _, _, err := ctl.meetingService.CreateRoomForInternal(c.Request.Context(), hostUser.ID, &dto.CreateMeetingRoomRequest{
Title: title,
MaxMembers: 2,
Title: title,
})
if err != nil {
ctl.handleError(c, err, "创建云律会议失败")