From 33c1038184678095d83f2caa60e24e5dc703383d Mon Sep 17 00:00:00 2001 From: iamhujiebin <458249864@qq.com> Date: Sat, 22 Jul 2023 06:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=88=BF=E9=97=B4=E5=8F=B7?= =?UTF-8?q?=E5=86=99=E6=AD=BBtrtc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_op.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index 65c77fd..190e84c 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -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 -- 2.22.0