Commit 880468fb authored by chenweijian's avatar chenweijian

trtc

parent f7adb9a8
......@@ -1752,7 +1752,8 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) {
model.Log.Infof("GroupIn ip userId:%v,imGroupId:%v,ip:%v,imei:%v", userId, groupId, ip, imei)
provider := group_e.GroupProvider_SW
if gi.Code == "70740667" {
roomCodeMap := map[string]bool{"70740667": true, "48": true}
if _, ok := roomCodeMap[gi.Code]; ok {
provider = group_e.GroupProvider_TRTC
}
......
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