Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-group
Commits
33f96a39
Commit
33f96a39
authored
1 year ago
by
chenweijian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建的新房就都标记成trtc房间
parent
b387e695
master
feature/3.10
feature/3.7.0-up
feature/3.7.0_cwj_2
feature/4.3_cwj
feature/act_tmp_family
feature/bodySize
feature/cp-entry-effect
feature/cp-new
feature/create_trtc
feature/diamond-detail
feature/dominoes
feature/encrypt
feature/enterRoom
feature/family-redis
feature/gem-game
feature/gift-queue
feature/group_in_user_duration
feature/group_room_living
feature/lobby
feature/mic-60
feature/mic-hget
feature/mic_change_redis
feature/onMic
feature/onMic-redis
feature/onMic2
feature/ondup
feature/popular-up
feature/power-redis
feature/redis-queue
feature/room-visit-count
feature/room-visitor-up
feature/roomInfo-billboard
feature/super-country
feature/traceId
feature/trtc_del_2023-5-22
fix/family_month_rank
fix/fruit_bet_data
fix/group_country
fix/group_support
fix/group_support_2
fix/group_support_old_data
fix/share_agent_url
fix/top_group_area
fix/trtc_room_add
master_20230616
master_20230707
master_20230728
master_20230802
master_20230821
test
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
group_op.go
domain/service/group_s/group_op.go
+4
-0
No files found.
domain/service/group_s/group_op.go
View file @
33f96a39
...
...
@@ -42,6 +42,10 @@ func (s *GroupService) CreateGroup(userId uint64, g *group_m.GroupInfo) error {
if
err
:=
group_m
.
CreateGroupRole
(
model
,
g
.
ImGroupId
,
userId
,
group_e
.
GROUP_OWNER
);
err
!=
nil
{
return
err
}
// 新房间标记成trtc房间
if
err
:=
group_m
.
InitTRTC
(
model
,
g
.
ImGroupId
);
err
!=
nil
{
model
.
Log
.
Errorf
(
"CreateGroup g:%+v, err:%v"
,
g
,
err
)
}
return
nil
})
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment