뒤끝매치매칭 서버대기방 강퇴Request to Kick out UserVersion: 5.18.14On this pageKickUserpublic void KickUser(string nickName);ParameterValueTypeDescriptionnickNamestringNickname of the user to kick outDescriptionKicks out a user from the room. Only the host can call it. ExampleBackend.Match.KickUser(nickName);