Commit 22fadf31 authored by hujiebin's avatar hujiebin

feat:切麦要用micUser的groupId

parent 97610006
......@@ -555,7 +555,7 @@ func GroupMicIn(c *gin.Context) (*mycontext.MyContext, error) {
return myContext, bizerr.GroupMicUserHasIn
}
// 切换麦位,先下麦
if err := group_mic_s.NewGroupPowerService(myContext).GroupMicLeave(groupUuid, micUser.I, userId, externalId); err != nil {
if err := group_mic_s.NewGroupPowerService(myContext).GroupMicLeave(micUser.GroupUuid, micUser.I, userId, externalId); 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