Commit 33c10381 authored by iamhujiebin's avatar iamhujiebin

指定房间号写死trtc

parent aa5389e0
......@@ -1842,6 +1842,10 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) {
return myContext, bizerr.UpgradeRequired
}
}
// 指定房间号写死trtc
if groupId == "HTGS#a93989299" {
provider = group_e.GroupProvider_TRTC
}
if channelId, token, err := group_s.NewGroupService(myContext).GroupIn(userId, externalId, groupId, password, imei, ip, provider, gi.Id); err != nil {
return myContext, err
......
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