Commit 9f947143 authored by chenweijian's avatar chenweijian

trtc

parent 49170c8b
...@@ -44,7 +44,7 @@ func (s *GroupService) CreateGroup(userId uint64, g *group_m.GroupInfo) error { ...@@ -44,7 +44,7 @@ func (s *GroupService) CreateGroup(userId uint64, g *group_m.GroupInfo) error {
} }
// 新房间标记成trtc房间 // 新房间标记成trtc房间
if err := group_m.InitTRTC(model, g.ImGroupId); err != nil { if err := group_m.InitTRTC(model, g.ImGroupId); err != nil {
return err model.Log.Errorf("CreateGroup g:%+v, err:%v", g, err)
} }
return nil return nil
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment