Commit ebb968f5 authored by chenweijian's avatar chenweijian

trtc

parent 880468fb
......@@ -1752,8 +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
roomCodeMap := map[string]bool{"70740667": true, "48": true}
if _, ok := roomCodeMap[gi.Code]; ok {
roomImGroupIdMap := map[string]bool{"@TGS#3TMXOFJHC": true, "@TGS#3I57DMRIB": true}
if _, ok := roomImGroupIdMap[gi.ImGroupId]; 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