Commit 4e497849 authored by hujiebin's avatar hujiebin

feat:测试房间人数

parent 3a3a2204
......@@ -1762,6 +1762,9 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) {
return myContext, bizerr.UpgradeRequired
}
provider = group_e.GroupProvider_TRTC
} else {
roomUser, err := group_m.GetRoomOnlineUser(myContext, groupId)
model.Log.Infof("group_m.GetRoomOnlineUser %+v-%v", roomUser, err)
}
if channelId, token, err := group_s.NewGroupService(myContext).GroupIn(userId, externalId, groupId, password, imei, ip, provider); err != 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