视频连线
This commit is contained in:
@@ -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, "创建云律会议失败")
|
||||
|
||||
Reference in New Issue
Block a user